Re: emacs & w3m -- "Cannot open load file: poe"

2000-12-31 Thread kmself
on Sat, Dec 30, 2000 at 10:05:35AM -0500, Bob Bernstein ([EMAIL PROTECTED]) 
wrote:
> On Sat, Dec 30, 2000 at 03:00:11AM -0800, kmself@ix.netcom.com wrote:
> 
> > Actually, it doesn't.  Same error:
> > 
> > Symbol's function definition is void: set-process-coding-system
> 
> Eeek. Fwiw, here's what I have here, that seems to work with no errors:
> 
> w3-el-e20  4.0pre.46-9  running in
> emacs2020.7-3
> 
> from unstable.

Ok, several problems I had.

I've installed emacs20-dl and w3-el-e20.  Software works better when
it's there.

> > ..and, IMVAO, w3's rendering is less than ideal. 
> 
> I use it to view URLs when I'm using gnus for mail, and I don't do that in
> X. So I hafta beg out of that one.

Hmmm  Looking at things, I'm still trying to figure out if w3 and
w3m are the same thing, just in and out of emacs dress.  I was getting
really convinced they were, now I'm pretty convinced they're not.  If I
haven't mentioned it recently, I *really* like w3m, even when I am in X.
There's a lot to be said for a text-mode browser with uniform
presentation across sites with very badly fscked HTML.

Ok.  Up and running now.

Any hints as to what the various "W3 Style Face #" correspond to?
I'm doing a sort of hunt-and-peck right now trying to figure out what
sort of markup they correspond to. 

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpowVviTSi3L.pgp
Description: PGP signature


Re: mutt -- compressed mailboxes, exerimental breaks 'open-hook', etc.

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 09:55:44PM -0500, Mike ([EMAIL PROTECTED]) wrote:
> kmself@ix.netcom.com wrote:
> > 
> > Ok, got it figured out.
> 
> Wish I could say the same.

<...>

> > $ debian/rules build
> 
> Here's where it's falling apart for me.  

Forgot to mention I had to install a dev package, forget exactly which
one it was...

> I run this and get the following:
> 
> make[3]: Leaving directory /root/temp/mutt-1.3.12/m4'
> Making all in po
> make[3]: Entering directory /root/temp/mutt-1.3.12/po'
> cd .. \
>   && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
>/bin/sh ./config.status
> creating po/Makefile.in
> linking ./intl/libgettext.h to intl/libintl.h
> make[3]: Leaving directory /root/temp/mutt-1.3.12/po'
> make[3]: Entering directory /root/temp/mutt-1.3.12/po'
> file=./echo de | sed 's,.*/,,'.gmo \
>   && rm -f $file && PATH=../src:$PATH no -o $file de.po
> /bin/sh: no: command not found

I'd check the build tree for something that looks like it ought to be
'no', and find out why it didn't build.

> make[3]: *** [de.gmo] Error 127
> make[3]: Leaving directory /root/temp/mutt-1.3.12/po'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory /root/temp/mutt-1.3.12'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory /root/temp/mutt-1.3.12'
> make: *** [build] Error 2
> 
> For now I've added the --disable-nls option to the debian/rules file as a
> workaround, as I can do without multi-lingual support.  After doing that, it
> compiles - I'm using the version I compiled now.  I'm just kinda wondering
> what I did wrong.
> 
> > $ debian/rules binary
> > $ dpkg -i ../mutt.deb
> > $ echo "mutt hold" | dpkg --set-selections
> 
> These steps were no problem, once I got the thing to compile.

Happy trails.  Happy new millennium, BTW.



-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpAc5CKj0Mvm.pgp
Description: PGP signature


Access problem solved

2000-12-31 Thread Carl Fink
I solved the problem shortly after posting, and then twice sent
private rather than list-directed explanations by accident.

As a listmember pointed out, the problem was in my hosts.deny file,
not hosts.allow.  Once I read the man page carefully I changed the
line to ALL: ALL and telnet/ftp/smtp were locked.

Oddly, this *didn't* lock http (port 80), though.  A quick check of
inetd.conf indicated that inetd doesn't handle http connections.  So
I edited boa.conf to only "listen" for connections from 127.0.0.1. 
(I only have a web server at all to handle dwww.)  Now all ports are
closed.

Interestingly, the scanner at www.gsr.com still shows my ftp, smtp,
and telnet ports as "open".  My tests indicate that one can connect
to the port, but not actually do anything before my host closes the
connection again.  

Someone suggested using IPCHAINS.  The thing is, my only goal is to
lock *everyone* outside my local LAN out, while trusting everyone
within 198.162.  If I need more complex rules, I will investigate
IPCHAINS.

Thanks to those who replied.
-- 
Carl Fink   [EMAIL PROTECTED]
I-Con's Science and Technology Guest of Honor in 2000 will be Geoffrey
A. Landis.  See  for I-Con information.



Re: mutt -- compressed mailboxes, exerimental breaks 'open-hook', etc.

2000-12-31 Thread Mike
kmself@ix.netcom.com wrote:
> 
> Ok, got it figured out.

Wish I could say the same.

> If you don't already, add a 'source' package list line to your
> /etc/apt/sources.list file:
> 
> deb-src http://http.us.debian.org/debian stable main contrib non-free
> 
> As root, from a directory you don't mind building in:
> 
> $ apt-get update
> $ apt-get source mutt

So far, so good.

> Get the appropriate comresseded mailbox patch, and follow directions for
> applying patch, from:
> 
> http://www.spinnaker.de/mutt/compressed/

Got it and applied it.  Well, once I realized which directory I was supposed
to be in, that is. ::grin::

> You need to create a new rules file from the old one as follows.
> 
> [EMAIL PROTECTED]:debian]$ diff rules.old rules 
> 17c17,18
> <   --with-pgp --with-mixmaster --with-ncurses --with-sasl 
> ---
> >   --with-pgp --with-mixmaster --with-ncurses --with-sasl \
> >   --enable-compressed
> 
> Build and make package.  Following assumes you're in the mutt source 
> directory:
> 
> $ debian/rules build

Here's where it's falling apart for me.  I run this and get the following:

make[3]: Leaving directory /root/temp/mutt-1.3.12/m4'
Making all in po
make[3]: Entering directory /root/temp/mutt-1.3.12/po'
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
   /bin/sh ./config.status
creating po/Makefile.in
linking ./intl/libgettext.h to intl/libintl.h
make[3]: Leaving directory /root/temp/mutt-1.3.12/po'
make[3]: Entering directory /root/temp/mutt-1.3.12/po'
file=./echo de | sed 's,.*/,,'.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file de.po
/bin/sh: no: command not found
make[3]: *** [de.gmo] Error 127
make[3]: Leaving directory /root/temp/mutt-1.3.12/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /root/temp/mutt-1.3.12'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory /root/temp/mutt-1.3.12'
make: *** [build] Error 2

For now I've added the --disable-nls option to the debian/rules file as a
workaround, as I can do without multi-lingual support.  After doing that, it
compiles - I'm using the version I compiled now.  I'm just kinda wondering
what I did wrong.

> $ debian/rules binary
> $ dpkg -i ../mutt.deb
> $ echo "mutt hold" | dpkg --set-selections

These steps were no problem, once I got the thing to compile.
-- 
Mike Werner  KA8YSD   | He that is slow to believe anything and
  | everything is of great understanding,
'91 GS500E| for belief in one false principle is the
Morgantown WV | beginning of all unwisdom.



pgpB2Kgx45UYM.pgp
Description: PGP signature


Re: locale problem

2000-12-31 Thread Sven Burgener
On Mon, Jan 01, 2001 at 03:34:20AM +0100, Sven Burgener wrote:
> For one thing, I still cannot use German Umlauts with 'less'; it just
> prints '?'s instead of the actual characters...

Correction: Umlauts *work* with 'less', but not with mutt.

> Another thing is when I upgrade packages, in the process of doing so,
> I get this printed to the console:
> 
>  [...]
>  perl: warning: Setting locale failed.
>  perl: warning: Please check that your locale settings:
>  LANGUAGE = (unset),
>  LC_ALL = (unset),
>  LC_TIME = "de_CH",
>  LC_NUMERIC = "de_CH",
>  LC_CTYPE = "de_CH",
>  LC_MONETARY = "de_CH",
>  LC_COLLATE = "de_CH",
>  LANG = "de_CH.ISO-8859-1"
>  are supported and installed on your system.
>  perl: warning: Falling back to the standard locale ("C").
>  host:~#

This issue remains...

> My locale should be set to "de_CH" (Switzerland, German part).
> Am I missing a package that should be installed?
> 
> What things might need some fixing?

Same here...



Re: No setup signature found...

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 07:41:30AM -0500, Debian Ghost ([EMAIL PROTECTED]) 
wrote:
> Hey Guys,
> I was compiling a 2.4 kernel (test5) and put the info in lilo.conf, ran
> lilo and now on boot if I try to boot the image, I get a message saying:
> 
> No setup signature found...
> 
> the system then halts. Does anyone know what may be causing this?
> I buit another kernel from the same 2.4 source and it boots fine.
> 
> Thanks for any info!

No specific experience, however, this error message has been reported to
the Linux Kernel list, as retrieved through Google.  I believe it
indicates a compilation or compilation configuration error.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpNieyI28Hcl.pgp
Description: PGP signature


locale problem

2000-12-31 Thread Sven Burgener
Hello

Since doing a rather large dist-upgrade to woody recently, I have
been experiencing problems with my locale settings.

For one thing, I still cannot use German Umlauts with 'less'; it just
prints '?'s instead of the actual characters...

Another thing is when I upgrade packages, in the process of doing so,
I get this printed to the console:

 [...]
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LC_TIME = "de_CH",
 LC_NUMERIC = "de_CH",
 LC_CTYPE = "de_CH",
 LC_MONETARY = "de_CH",
 LC_COLLATE = "de_CH",
 LANG = "de_CH.ISO-8859-1"
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale ("C").
 host:~#

My locale should be set to "de_CH" (Switzerland, German part).
Am I missing a package that should be installed?

What things might need some fixing?

Cheers
Sven



Re: Tracking down IP's

2000-12-31 Thread Richard Cobbe
Lo, on Sunday, December 31, JD Kitch did write:

> > Now, find out *who's* sending this traffic.  Make sure you've got the
> > lsof-2.2 package installed.  As root, run
> > 
> > lsof | grep 61662 | grep -i udp
> 
> I do have that package, but this command turned up no output.

Uh oh.  And you're still getting these log messages?  That's probably not
good.  It's possible that lsof could slip through the cracks, so to speak,
but it's pretty unlikely.

> Just yesterday I got another machine connected to this one via a
> second nic, and I have a windows machine attched that I'm
> masquerading for, but that is not the IP i configured that machine
> to be.  I'm certainly not knowingly running anything for SNMP, hell,
> I don't even know what it is. :P  Any ideas, what I might be running
> that would cause this?

I've not worked with masquerading much; I use ipchains primarily for
firewalling.  It's possible (though, I think, fairly unlikely) that this
record is due to packets you're relaying for the Windows box.  That's easy
to test:

ipchains -I input 1 -s  -p udp -d 0.0.0.0/0 161 -l -j DENY

will block all traffic from the windows machine to port 161/udp ANYWHERE,
as it enters your Debian machine.  If you stop getting these REJECT
messages on your output chain and start getting DENY messages on your input
chain, then that's the deal.  If that's the case, then the Windows box is
likely running some sort of SNMP software, so you'll need to consult your
local Windows guru for further instructions.

Otherwise, it's not that.  Yank the rule:

ipchains -D input 1

I'm not very familiar with the Debian packages, as yet.  The only ones I
know of that deal with SNMP at all are snmp (the client), snmpd (the
server), and associated libraries.  It's been a while since I've done SNMP,
but I don't think that either of these two packages would cause this kind
of behavior; the port numbers look bogus.

SNMP is the Simple (ahem!) Network Management Protocol; it's basically
intended for monitoring and administering various devices across the
network.  The SNMP folks redid the terminology for no adequately-explained
reason (although I think the telephone companies may have had their fingers
in this pie)---rather than client/server, they have manager/agent.  Sorta
makes sense, but there's no reason to come up with new terms.

Anyway: manager (think network administrator sitting at a console watching
his network) sends out a query to one of the agents, which responds with
the requested data.  The manager also has the ability to write to the
agents (drop this route, reboot yourself), and there are provisions for
allowing the agents to send asynchronous notifications to the manager
(though those typically use port 162/udp on the manager side).  The data
supplied by each agent varies from machine to machine, but it typically
contains stuff like network performance metrics (# dropped packets),
network configuration (routing tables), and so forth.

It's been some time since I've worked with SNMP (I actually had to port a
manager, developed in-house, from Solaris  to Windows NT ), so the details are a little foggy.  The agents (== servers) do have
to listen on port 161/udp, but I don't know that there's any requirement
that the managers use a specific port.  Likewise, I think the agents can
send their response out any port, but 99 times out of 100, they'll just use
161/udp, since they've already got it open.  Since you seem to be sending
*to* port 161, that would suggest that you (or the windows box) is acting
as a manager.  That's not generally something that runs unless you
specifically start it, though.

Here's a thought---try installing ethereal, run it as root, and see if you
can't snoop the packets that are causing this message.  Filter on
destination IP and port; unfortunately, I don't remember the details of
ethereal's filter syntax.  There's also a good chance you'll have to
install libsnmp for the decode to work.

Then, drop the ipchains rule that's blocking this traffic and get a record
of what exactly is going on here.  Send that along, and we'll see if we
can't figure out what's happening.  (Once you've finished with ethereal,
you'll probably want to reload the rule.)

Good luck,

Richard



Re: Tracking down IP's

2000-12-31 Thread Bob Bernstein
On Sun, Dec 31, 2000 at 06:20:50PM -0700, John Galt wrote:

> You are forbidden from posting for the rest of the millenium.  Since it's
> 6pm MST on the eve of the millennium, this shouldn't be too hard :)

Punishment accepted. 

See youse all next year!

-- 
Bob Bernstein
at
Esmond, Rhode Island, USA  



Re: 4 Mouse buttons with gpm?

2000-12-31 Thread Carel Fellinger
On Sun, Dec 31, 2000 at 05:41:20PM +, Sam Vilain wrote:
> Hi,
> 
> I've got a Logitech 4 button "MouseMan" (according to the label) mouse, and I 
> can't get gpm to repeat the fourth button; it keeps being repeated as button 
> 2.

> The configuration that doesn't work properly is:
> [/etc/gpm.conf]
> device=/dev/psaux
> responsiveness=
> type=imps2
> append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -b 9600 -S 
> :/etc/gpm-special/middle:/etc/gpm-special/right"
> repeat_type=ms3

Don't know if this solves your problem, but you definitely should use
"repeat_type=raw" here.  And to complement the use of "raw" you should
specify the corresponding types/protocols for X and for gpm.

-- 
groetjes, carel



Mouse freezes in KDE 2.1 under unstable

2000-12-31 Thread Bart Szyszka
Hello,

I've finally gotten my X server working on this computer with an Ati Rage
128 All-InWonder Pro graphics card, but am having trouble with the mouse.
It's a generic two-button mouse hooked up to the PS/2 port. When I get
into KDE 2.1 under Debian unstable, the mouse jumps around to a few
places while Ksplash is loading things and I'm able to use it for a few
seconds, but then it freezes. If I open some programs by using my keyboard
and I close them, then sometimes the mouse will work again, but then it'll
freeze again. When it's working and I move it over some things, sometimes
it's as if it puts focus on something without me clicking on any buttons.
I'd
appreciate any help with this. I've uploaded a copy of my XF86Config-4 file
to:
http://www.gigabee.com/linuxextras/xf86config-4.txt

I have the latest stuff from Debian unstable. Is there anything I need to
add or
delete from this file? Any other files or programs that I should be looking
at?
It took me a while to get this X server up and running and I'm not even sure
what finally did it so I'm afraid of running anymore X configuraiton
programs
that could mess things up.

Happy New Year everyone!

- Bart



Re: mutt -- compressed mailboxes, exerimental breaks 'open-hook', etc.

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 12:46:54PM -0800, kmself@ix.netcom.com 
(kmself@ix.netcom.com) wrote:
> on Sat, Dec 30, 2000 at 03:04:39AM -0800, kmself@ix.netcom.com 
> (kmself@ix.netcom.com) wrote:
> > on Fri, Dec 29, 2000 at 02:56:46AM -0800, kmself@ix.netcom.com 
> > (kmself@ix.netcom.com) wrote:
> > > Package: mutt
> > > Version: 1.3.12-2
> > > Woody.
> > > 
> > > I'd recently added the following lines to my ~/.muttrc to allow use of
> > > (and access to) compressed mailboxes.  They're now coming up as "unknown
> > > commands" on mutt invocation on an update to the latest mutt in Woody.
> > > Anyone know the problem or got a fix?  Bug tracking lists nothing
> > > appropriate on the topic.
> > 
> > It appears that the gzip patch was lost in the shuffle.
> 
> Officially, even.  It's listed in the README, as Marco d'Itri (mutt
> maintainer) pointed out in response to the bug report.  I've requested
> it be added, as this breaks backward compatibility.
> 
> Meantime, I'm about to learn how to compile from sources and apply the
> patch myself.  Tips, anyone?

Ok, got it figured out.

If you don't already, add a 'source' package list line to your
/etc/apt/sources.list file:

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

As root, from a directory you don't mind building in:

$ apt-get update
$ apt-get source mutt

Get the appropriate comresseded mailbox patch, and follow directions for
applying patch, from:

http://www.spinnaker.de/mutt/compressed/
   
You need to create a new rules file from the old one as follows.

[EMAIL PROTECTED]:debian]$ diff rules.old rules 
17c17,18
<   --with-pgp --with-mixmaster --with-ncurses --with-sasl 
---
>   --with-pgp --with-mixmaster --with-ncurses --with-sasl \
>   --enable-compressed

Build and make package.  Following assumes you're in the mutt source directory:

$ debian/rules build
$ debian/rules binary

If everything looks OK, install:

$ dpkg -i ../mutt.deb

You might want to place this on hold so it's not overwritten on your next 
upgrade:

$ echo "mutt hold" | dpkg --set-selections

Cheers.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpyNxPLgKHcK.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread John Galt

You are forbidden from posting for the rest of the millenium.  Since it's
6pm MST on the eve of the millennium, this shouldn't be too hard :)


On Sun, 31 Dec 2000, Bob Bernstein wrote:

> *** Retraction ***
> 
> On Sun, Dec 31, 2000 at 03:36:13PM -0500, Bob Bernstein wrote:
> 
> > What I gather is that this could be a student at isi.edu, which is
> > apparently part of the Univ. of California,
> 
> File this message under: Big Dummy Posts We Wish We Never Made
> 
> It's all brain-dead nonsense, based on me not recognizing the private ip
> range, and doing the following:
> 
> # dig -x 172.16.72.113
> 
> ; <<>> DiG 2.2 <<>> -x 
> ;; res options: init recurs defnam dnsrch
> ;; got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56478
> ;; flags: qr aa rd ra; Ques: 1, Ans: 0, Auth: 1, Addit: 0
> ;; QUESTIONS:
> ;;  113.72.16.172.in-addr.arpa, type = ANY, class = IN
> 
> ;; AUTHORITY RECORDS:
> 16.172.IN-ADDR.ARPA.575 SOA blackhole.isi.edu. bmanning.isi.edu. (
> 19971501; serial
> 10800   ; refresh (3 hours)
> 900 ; retry (15 mins)
> 604800  ; expire (7 days)
> 86400 ) ; minimum (1 day)
> 
> ;; Total query time: 7 msec
> ;; FROM: CX937045-A.lncln1.ri.home.com to SERVER: default -- 127.0.0.1
> ;; WHEN: Sun Dec 31 17:19:49 2000
> ;; MSG SIZE  sent: 44  rcvd: 125
> 
> A blackhole is just that. Duh Bob.
> 
> 
> 

-- 
Pardon me, but you have obviously mistaken me for someone who gives a
damn.
email [EMAIL PROTECTED]



Re: Specifying configure options building from source?

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 04:12:42PM -0800, kmself@ix.netcom.com 
(kmself@ix.netcom.com) wrote:
> I'm trying to build mutt from sources with the gzip patch.
> 
> How do I pass the option "--enable-gzip" when running 
> "debian/rules binary"?  Specifying this on the command line doesn't seem
> to work.  The Debian FAQ doesn't mention this, nor the dpkg-dev manpage.

Um.  --enable-compressed

I added this to the debian/rules script as a compile option, appears to
have taken.

Nevermind.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpB3ALU8Sr5H.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread Pollywog

On Sun, 31 Dec 2000 17:17:46 -0700, JD Kitch said:

>  > Now, find out *who's* sending this traffic.  Make sure you've got the
>  > lsof-2.2 package installed.  As root, run
>  > 
>  > lsof | grep 61662 | grep -i udp
>  
>  I do have that package, but this command turned up no output.

You did this as root, right?
Check netstat too, to determine if that port is still in use.

--
Andrew



Re: Tracking down IP's

2000-12-31 Thread JD Kitch
On Sun, Dec 31, 2000 at 04:18:30PM -0600, Richard Cobbe wrote:
> JD Kitch <[EMAIL PROTECTED]> wrote:
> > Security Violations
> > =-=-=-=-=-=-=-=-=-=
> > Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 
> > (#43)
> > Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 
> > (#43)
> > Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 
> > (#43)
> > Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 
> > (#43)
> > Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 
> > (#43)
> > Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 
> > (#43)
> > 
> > I've been unable to track it down.  I've had pages and pages of this
> > every hour since early yesterday, always coming from the same IP, to
> > the same port.
> 
> (It's still useful, of course, if you get unexplained crud from an input
> chain.)
> 
> You're not getting scanned, JD.  You're actually trying to *send* a packet
> to 172.16.72.113, port 161/udp (SNMP), from IP xx.xx.xx.xx, port 61662/udp.
> Your firewall rules don't allow this traffic to leave your machine.  (If
> xx.xx.xx.xx isn't your IP, then you're forwarding it instead---I think.  I
> can't check that, since I've only got the one machine.)

Correct, the IP I blocked out was actually my own.

> Now, find out *who's* sending this traffic.  Make sure you've got the
> lsof-2.2 package installed.  As root, run
> 
> lsof | grep 61662 | grep -i udp

I do have that package, but this command turned up no output.

> The first and second fields are the name and pid, respectively, of the
> program(s) which have this socket open.  The next step depends on what you
> find there.  If you're actually trying to run an SNMP manager, then it
> looks like you've misconfigured it.  Otherwise, you'll need to revisit your
> firewall rules to allow outgoing traffic to the SNMP agents you're trying
> to administer.  If you're *not* trying to run SNMP, then you may have a
> fairly serious problem---somebody may have managed to get onto your system
> and run a process that probably shouldn't be there.
> 
> I'm a little surprised by the fact that you're trying to send from 61662; I
> thought that was a port in the range reserved by the kernel for IP
> masquerading.  I could be wrong, though, so I wouldn't worry about that too
> much.

Just yesterday I got another machine connected to this one via a
second nic, and I have a windows machine attched that I'm
masquerading for, but that is not the IP i configured that machine
to be.  I'm certainly not knowingly running anything for SNMP, hell,
I don't even know what it is. :P  Any ideas, what I might be running
that would cause this?

> Also, I *think* I've figured out what the (#43) means.  I'm fairly, but not
> completely, certain that this is the index number of the ruleset in the
> named chain (here, output) which caused the packet to be blocked.  This may
> be helpful in rewriting your firewall rules.  (I do wish that ipchain's log
> output format was documented better.)
> 
> Sorry for the misinformation,

Not a problem, I'll take any information at this point. ;)

TIA,
jdk



Specifying configure options building from source?

2000-12-31 Thread kmself
I'm trying to build mutt from sources with the gzip patch.

How do I pass the option "--enable-gzip" when running 
"debian/rules binary"?  Specifying this on the command line doesn't seem
to work.  The Debian FAQ doesn't mention this, nor the dpkg-dev manpage.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgp3UlYzP85DO.pgp
Description: PGP signature


Re: upgrade to 2.2.18

2000-12-31 Thread Nate Amsden
[EMAIL PROTECTED] wrote:

> 1)  CMD640 & RZ1000 IDE CHIPSET?

it's safe to disable for MVP3 chipset i believe those bugs are only 
on REALLY REALLY REALLY old machines. i have done many MVP3-based 
linux boxes and always turned it off, never had a problem.


> the system clock every 11 minutes.  is this really necessary?
> if not how do i stop this?

i just leave my machine at the defaults, never had a problem. if you
almost never reboot it is not needed to upgrade the hardware clock
at all(one of my machines had it's hardware clock off by more then
12 hours for almost a year, but since the system was using the
software clock and it never rebooted there was no problems. just
for the hell of it i never manually updated the hardware
clock(hwclock --systohc)

> 
> 3)  update-modules /lib/modules/2.2.18
> i've updated my modules.conf by turning off the following
> network protocols:

i can't remember a time when i ever used modules.conf, i don't like
using the kernel module loader(fills my log files with useless crap
like not being able to find  when i know i don't need whatever
it's trying to find. and when i use modules i usually specify
the settings when i load. so i can't really comment on what
you do here.

> 
> Dec 31 16:59:52 yakko modprobe: Note:
> /etc/modules.conf is more recent than
> /lib/modules/2.2.18/modules.dep
> 
> is this normal?  should i touch modules.dep to get rid of this
> warning or did i do something wrong.

you can but as the message implies its just a timestamp thing
i usually leave it alone. doesn't hurt anything(in my cases)

this message will self destruct in 5 seconds.

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



RE: Java???

2000-12-31 Thread Vadik Kutsyy
With JDK 1.2 they used to have two separate JDK packages for UNIX.  Sun
decided to drop one of them.  JRE is supported, and is part of Netscape 6 as
of today.  JRE is just a part of JDK, and can be downloaded from:

http://java.sun.com/j2se/1.3/jre/

PS: JDK included everything in JRE.
PS2:  Installation does not creates links to /usr/local/bin, so you need to
create links manually (I created link /usr/local/jdk to /usr/local/jdk-1.3,
and then all link to /usr/local/jdk/bin/).

-Original Message-
From: Michael P. Soulier [mailto:[EMAIL PROTECTED]

The article I read said that they didn't want to support a separate
package anymore, and were telling people to just grab the JDK. *shrug*

Mike



Re: Tracking down IP's

2000-12-31 Thread Richard Cobbe
JD Kitch <[EMAIL PROTECTED]> wrote:

> Can anyone tell me what this person is looking for here, and how I
> can find out where this is coming from?
> 
> Security Violations
> =-=-=-=-=-=-=-=-=-=
> Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)
> Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 (#43)
> Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 (#43)
> Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 (#43)
> Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 (#43)
> Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 (#43)
> 
> I've been unable to track it down.  I've had pages and pages of this
> every hour since early yesterday, always coming from the same IP, to
> the same port.

(First, sorry about the lack of references headers; I wanted to reply to
the original post in the thread, but I'd already deleted it.  Cut-n-paste
off the archives on debian's web site.)

Now, to those who asked which tool was generating these log entries: kernel
2.2's firewalling code, as controlled by ipchains(8).  (Thus the `kernel'
label.)

However, I'm feeling really stupid about now.  I only just noticed (after 3
posts!)  that these messages are being generated from an *output* chain,
rather than an input chain.  (That, of course, would be why it says `output
REJECT' instead of `input REJECT.')  Everything I've said on this thread
has dealt with INPUT chains and is therefore completely irrelevant.  
(It's still useful, of course, if you get unexplained crud from an input
chain.)

You're not getting scanned, JD.  You're actually trying to *send* a packet
to 172.16.72.113, port 161/udp (SNMP), from IP xx.xx.xx.xx, port 61662/udp.
Your firewall rules don't allow this traffic to leave your machine.  (If
xx.xx.xx.xx isn't your IP, then you're forwarding it instead---I think.  I
can't check that, since I've only got the one machine.)

Now, find out *who's* sending this traffic.  Make sure you've got the
lsof-2.2 package installed.  As root, run

lsof | grep 61662 | grep -i udp

The first and second fields are the name and pid, respectively, of the
program(s) which have this socket open.  The next step depends on what you
find there.  If you're actually trying to run an SNMP manager, then it
looks like you've misconfigured it.  Otherwise, you'll need to revisit your
firewall rules to allow outgoing traffic to the SNMP agents you're trying
to administer.  If you're *not* trying to run SNMP, then you may have a
fairly serious problem---somebody may have managed to get onto your system
and run a process that probably shouldn't be there.

I'm a little surprised by the fact that you're trying to send from 61662; I
thought that was a port in the range reserved by the kernel for IP
masquerading.  I could be wrong, though, so I wouldn't worry about that too
much.

Also, I *think* I've figured out what the (#43) means.  I'm fairly, but not
completely, certain that this is the index number of the ruleset in the
named chain (here, output) which caused the packet to be blocked.  This may
be helpful in rewriting your firewall rules.  (I do wish that ipchain's log
output format was documented better.)

Sorry for the misinformation,

Richard



upgrade to 2.2.18

2000-12-31 Thread patd
hi all

i just finished upgrading my machine to the stable 2.2.18 kernel and
everything seems to be working fine.  i just have a bunch of little
questions someone could shed light on.  

1)  CMD640 & RZ1000 IDE CHIPSET?
when configuring the kernel, one has the option to include
work arounds for the CMD640 and RZ1000 ide controller.  i have 
an FIC PA-2013 motherboard using the VIA APOLLO MVP3
chipset.  am i susceptible to this problem?  i compiled them
in anyways since it was the suggested thing to do.

2)  hwclock and ntp
i run ntp to keep my system time correct.  i didn't even know
that i update my hardware clock until i came across
/etc/init.d/hwclock.sh, which update the hw clock during
shutdown and updates the system clock during boot-up.  i
hardly ever shutdown my system - should i even bother updating
my hw clock?  i can see the advantage of saving the system to
the hw during shutdown, but i probably should not set the
system time from hw during boot-up since ntp will do this for
me.  also i read somewhere that the hw clock is updated from
the system clock every 11 minutes.  is this really necessary?
if not how do i stop this?

3)  update-modules /lib/modules/2.2.18
i've updated my modules.conf by turning off the following
network protocols:
 alias net-pf-3 off  # Amateur Radio AX.25
 alias net-pf-4 off  # IPX
 alias net-pf-5 off  # DDP / appletalk
 alias net-pf-6 off  # Amateur Radio NET/ROM
 alias net-pf-9 off  # X.25
 alias net-pf-11 off # ROSE / Amateur RadioX.25 PLP
 alias net-pf-19 off # Acorn Econet
chances are i don't need these modules.  i then ran
update-modules but now i get this message during start-up:

Dec 31 16:59:52 yakko modprobe: Note:
/etc/modules.conf is more recent than
/lib/modules/2.2.18/modules.dep
 
is this normal?  should i touch modules.dep to get rid of this 
warning or did i do something wrong.

thanks
pd

please cc my email since i'm not on the mailing list.

-- 
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.



Re: how to grep without changing timestamps?

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 02:04:57PM -0500, Maciej Kalisiak ([EMAIL PROTECTED]) 
wrote:
> Hello all,
> 
> Is it possible to grep a ton of files without modifying their
> date/timestamps?  Currently if I use grep, it changes the access time
> of all files touched, which causes mutt to lose track of the folders
> which have new mail (I guess it looks at the timestamp last modified
> and last accessed to figure this out).  Occasionally I do want to
> include the mail folders in my greps, so bypassing the "mail"
> directory is not a solution.

Several hacks come to mind:

  - Copy the files and grep the copies (does this change the
timestamps?)

  - Remount the partition read-only.

  - Build a tool to check timestamps, save them, grep the files, then
reapply the timestamps with 'touch'.

Cheers.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpWqNm0XSzF3.pgp
Description: PGP signature


a dpkg for windows?

2000-12-31 Thread Dan Pomohaci
Hi,

I saw that in cygwin there is a rpm. Is something similar for dpkg?
Let's say I want to use the same packaging system (Debian of course
:-) in Linux and Windows. It is possible?

A happy new year to all Debian users!

Dan



/etc/ppp/ip-up.d/0dns-up for ipppd ?

2000-12-31 Thread Felix Natter
hi,

I was pleased to see that there is a file in /etc/ppp/ip-up.d that
does the dynamic nameserver-assignment (option usepeerdns) for pppd
(probably created by pppconfig).

Now I would like to know if there is anything similar for ipppd
(option ms-get-dns) ? The above file would most probably work
except for the fact that the environment variables are called MS_DNS1/2
instead of DNS1/2.

thanks,

-- 
Felix Natter



Re: how to grep without changing timestamps?

2000-12-31 Thread Michael P. Soulier
On Sun, Dec 31, 2000 at 02:04:57PM -0500, Maciej Kalisiak wrote:
> Hello all,
> 
> Is it possible to grep a ton of files without modifying their date/timestamps?
> Currently if I use grep, it changes the access time of all files touched,
> which causes mutt to lose track of the folders which have new mail (I guess it
> looks at the timestamp last modified and last accessed to figure this out).
> Occasionally I do want to include the mail folders in my greps, so bypassing
> the "mail" directory is not a solution.

I doubt it. The point of the timestamps are to be accurate. However, you 
might
be able to hack the inode afterwards, not that I'd recommend it. 

Mike

-- 
Michael P. Soulier <[EMAIL PROTECTED]>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://www.storm.ca/~msoulier/email.phtml


pgpHi4YZ3YZOE.pgp
Description: PGP signature


Re: Connect script failed

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 04:16:15PM -0600, John Hasler ([EMAIL PROTECTED]) wrote:
> Karsten M. Self writes:
> > Almost *all* ISPs now provide instructions on how to connect via
> > GNU/Linux,...
> 
> However, it is usually best not to follow those instructions as they are
> usually garbled.  Just mine them for information.

Like he said .

The usefull stuff is:

  - userid specification
  - password specification
  - phone number
  - DNS
  - Any initialization strings or modifications to the standard 'ogin'
'assword' expect strings.  That's '(Login|login)', usually, and
'(Password|password)', trimming off the initial letter usually
insures standard handling.

The scripts provided are almost always broken or incompatible with
current GNU/Linux configurations.  Check them for the above information.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpAqrXeepp70.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread Nathan E Norman
On Sun, Dec 31, 2000 at 03:36:13PM -0500, Bob Bernstein wrote:
> On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:
> 
> > Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 
> > (#43)
> 
> I don't know what tool generated this log entry. This is a situation where a
> good IDS such as snort would shed a lot of light. For example, grepping a
> set of snort rules for that port yields:

While I agree snort is a good tool, I fail to see why the poster
blanked out the source address but left the dest address.  Therefore
all speculation about "where" this packet came from is a bit
premature.

> What I gather is that this could be a student at isi.edu, which is
> apparently part of the Univ. of California, trying his or her hand at
> configuring an NT box in some weird way. Who knows?

Come ON people, 172.16.0.0/12 is part of RFC 1918 Private Network
Addresses.  Also, in this case it's the poster's IP address (must be
using NAT somewhere along the way).

My (worthless) guess:  the provider just got a new HP Openview box and
it's doing autodiscovery on the network.

Cheers,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Inc. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgp9cI6selcC2.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread Bob Bernstein
*** Retraction ***

On Sun, Dec 31, 2000 at 03:36:13PM -0500, Bob Bernstein wrote:

> What I gather is that this could be a student at isi.edu, which is
> apparently part of the Univ. of California,

File this message under: Big Dummy Posts We Wish We Never Made

It's all brain-dead nonsense, based on me not recognizing the private ip
range, and doing the following:

# dig -x 172.16.72.113

; <<>> DiG 2.2 <<>> -x 
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56478
;; flags: qr aa rd ra; Ques: 1, Ans: 0, Auth: 1, Addit: 0
;; QUESTIONS:
;;  113.72.16.172.in-addr.arpa, type = ANY, class = IN

;; AUTHORITY RECORDS:
16.172.IN-ADDR.ARPA.575 SOA blackhole.isi.edu. bmanning.isi.edu. (
19971501; serial
10800   ; refresh (3 hours)
900 ; retry (15 mins)
604800  ; expire (7 days)
86400 ) ; minimum (1 day)

;; Total query time: 7 msec
;; FROM: CX937045-A.lncln1.ri.home.com to SERVER: default -- 127.0.0.1
;; WHEN: Sun Dec 31 17:19:49 2000
;; MSG SIZE  sent: 44  rcvd: 125

A blackhole is just that. Duh Bob.


-- 
Bob Bernstein
at
Esmond, Rhode Island, USA  



Re: putting Apache into chroot()-prison

2000-12-31 Thread brian moore
On Sun, Dec 31, 2000 at 12:01:48AM -0800, Nate Amsden wrote:
> Nathan E Norman wrote:
> 
> > Do you realise you quoted 40 lines of the original message and added 1
> > meaningful line?  What a waste of bandwidth.
> 
> hah. my 1meg dsl line runs average at 2.8% for the past week,
> i got plenty of bandwidth to spare :P

Oh, so you're now hosting the Debian mailing lists?

(hint: unless you are, you are not providing the -real- bandwidth needed
to carry this list.  Your comment is about as appropriate as responding
to a hungy person with "oh, but I have lots of food, it's okay for me to
throw it away")



Re: Connect script failed

2000-12-31 Thread John Hasler
Karsten M. Self writes:
> Almost *all* ISPs now provide instructions on how to connect via
> GNU/Linux,...

However, it is usually best not to follow those instructions as they are
usually garbled.  Just mine them for information.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



Re: How to use Exim with GMX and other quests

2000-12-31 Thread Michael Steiner
Raffaele Sandrini wrote:
> 
> Hi all
> 
> I have some Exim questions. I comming from a SuSE system wich uses
> Sendmail so i have very little knoledge about exim. First of all: I use
> Kmail to get my mail via POP3. I use a relay, mail.gmx.ch, for outgoing
> mail so i chose option 3 in eximconfig. If i try to send a local email
> (via Kmail) i.e to [EMAIL PROTECTED] then exim doesn't send anything.
> If i type sendmail -bp i get the mail in the queue... How can i say exim
> to deliver the mail.?
> Secnd problem. GMX uses the today non-standard to login via SMTP
> (RFC-2554) as lots of cliants can do that. Is it possible to give exim a
> username and a password to login in the smarthost?
> 
> General question: Is better to use sendmail than exim i thought to use
> exim because the debian developpers would have thought something before
> they decided to use it apart of sendmail...
> Thanks a lot.
> 
> Cheers,
> Raffaele
> 
> --
> Sent through GMX FreeMail - http://www.gmx.net
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

If you have experience with sendmail and you know how to handly it use
your sendmail knowledge. There is no reason to change to exim. Help you
can find best at comp.mail.sendmail group. Lets see the other answers,
maybe I will change to sendmail too ?

Michael

-- 
Michael Steiner, Minorgasse 35, A-1140 Vienna, Austria



Re: apsfilter message

2000-12-31 Thread Marcelo Chiapparini
I found the solution myself! I added the following entry in the /etc/exim.conf 
file:

qualify_recipient = localhost

now the errors from apsfilter are mailed to [EMAIL PROTECTED]

Happy new year!

Marcelo

On Sun, Dec 31, 2000 at 12:32:10PM -0200, Marcelo Chiapparini wrote:
> Hi to all!
> 
> I am trying to setup the printer facility in my potato box at home, using 
> apsfilter. 
> However, when I try to print an ascii file nothing happens. But by now I am 
> concerned 
> about a weird message I got from my ISP! apparently apsfilter sent an email 
> to my ISP
> administrator, who is in vacations and sent to me automatically the email 
> apsfilter 
> sent to him. Below is the email the guy got from my box. My ISP is 
> centroin.com.br, 
> my account in my ISP is [EMAIL PROTECTED] Why did apsfilter sent an email 
> to [EMAIL PROTECTED], instead [EMAIL PROTECTED] (micron is the name of my 
> machine) or 
> [EMAIL PROTECTED] 
> Does it has to do with the exim.conf file? If it is the case, I want the 
> emails 
> with logs from applications send to [EMAIL PROTECTED], how can I do it?
> 
> Thanks in advance for the help!!!
> 
> Regards,
> 
> Marcelo
> 
> 
> >From [EMAIL PROTECTED]  Sun Dec 31 12:08:19 2000
> Received: from micron (du40c.rjo.centroin.com.br [200.225.58.40])
> by trex2.centroin.com.br (8.10.1/8.10.1) with ESMTP id eBVE8Ik21905
> for <[EMAIL PROTECTED]>; Sun, 31 Dec 2000 12:08:18 -0200 (EDT)
> Received: from chiappa by micron with local (Exim 3.12 #1 (Debian))
> id 14Cj9w-TW-00
> for <[EMAIL PROTECTED]>; Sun, 31 Dec 2000 12:08:28 -0200
> To: [EMAIL PROTECTED]
> Subject: apsfilter: printer fault
> Message-Id: <[EMAIL PROTECTED]>
> From: Marcelo Chiapparini <[EMAIL PROTECTED]>
> Date: Sun, 31 Dec 2000 12:08:28 -0200
> 
> apsfilter: unsupported filetype
> ascii text from chiappa
> or missing filter !
> or perhaps you have to type lpr -Pascii to print an ascii
> file containing control characters or lpr -Praw to print
> a file in your printers native language, when printing data



Re: new user in group=reboot?

2000-12-31 Thread serge delorme
Le dimanche 31 déc. 2000 à 04:12:29 -0500, Ben Collins a écrit:
> On Sun, Dec 31, 2000 at 04:07:24PM -0500, serge delorme wrote:
> > I added my user account to some groups both with adduser
> > and gpasswd and on their respective files in /etc "user" was added
> > to the groups but I had to reboot to make the changes effective...
> > 
> > There must be a way of making the system read the changed files without
> > rebooting...
> 
> Yeah, you log out, then back in.

Doh!
 
> -- 
>  ---===-=-==-=---==-=--
> /  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
> `  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
>  `---=--===-=-=-=-===-==---=--=---'
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Serge Delorme   <[EMAIL PROTECTED]>
Un autre utilisateur GNU/DEBIAN



Re: new user in group=reboot?

2000-12-31 Thread Ben Collins
On Sun, Dec 31, 2000 at 04:07:24PM -0500, serge delorme wrote:
> I added my user account to some groups both with adduser
> and gpasswd and on their respective files in /etc "user" was added
> to the groups but I had to reboot to make the changes effective...
> 
> There must be a way of making the system read the changed files without
> rebooting...

Yeah, you log out, then back in.

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



new user in group=reboot?

2000-12-31 Thread serge delorme
I added my user account to some groups both with adduser
and gpasswd and on their respective files in /etc "user" was added
to the groups but I had to reboot to make the changes effective...

There must be a way of making the system read the changed files without
rebooting...

-- 
Serge Delorme   <[EMAIL PROTECTED]>
Un autre utilisateur GNU/DEBIAN



Re: potato_install

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 02:41:38PM -0200, Antonio A. Lobato ([EMAIL PROTECTED]) 
wrote:
> > > Antonio wrote:
> > >
> > > I`m tryieng to install the potato with a CDROM debian. But, when
> > > I`m going to install the "Kernel and Modules", the "dbootstrap"
> > > does not take-me the option of install it with the CDROM, only:
> > > "fd0", "fd1", "hard disk" and "mounted". Is it not recognizing my
> > > CDROM. Detail: my CDROM reader is very old. It`s a Creative SB 2x
> > > (Panassonic).
> >
> > jfoster wrote:
> >
> > When the rescue disk is loading, does the boot kernel find the
> > cdrom? It should show up if the bios is finding it.
> 
> How can I know it ? Where do I see it ?

$ dmesg | more

...should show up with context such as "cdrom", "panasonic", "atapi",
etc, early in the output.

> >If so then you should be able to mount the cdrom as /dev/hdc for this
> purpose >(providing you only have 1 hard disk).
> 
> How do I mount it ? Must I have to use the bash (Crtl+Alt+F2) and
> write "mount  /cdrom" from it ? Or Have I to use other method ? (I
> have only one hard disk)

Once the CDROM is properly detected, the mounting/unmounting is handled
within the installation process.  Manually mounting/umounting the device
is likely to fubar the process (nothing irreperable, the installer just
expects to find the device in one state or the other and gets upset when
it's not).  Yes, you can switch to another virtual console and mount the
device.  Usually specifying filesystem type, device, and moutpoint:

$ mount -t iso9660 /dev/ /cdrom


-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgptoaoyaBTXw.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch ([EMAIL PROTECTED]) wrote:
> Can anyone tell me what this person is looking for here, and how I
> can find out where this is coming from?

traceroute

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpIJ44cCgt4E.pgp
Description: PGP signature


Re: kde

2000-12-31 Thread Bud Rogers
On Sunday 31 December 2000 08:36, Jonathan Markevich wrote:

> However, where is the same line for kde2?  I have a moldy kde2
> installation now, and tdyc doesn't seem to respond to it...

Here's what I use.

deb http://kde.tdyc.com potato main crypto beta 

-- 
Bud Rogers <[EMAIL PROTECTED]>   http://www.sirinet.net/~budr/zamm.html
All things in moderation.  And not too much moderation either.



Re: mutt -- compressed mailboxes, exerimental breaks 'open-hook', etc.

2000-12-31 Thread kmself
on Sat, Dec 30, 2000 at 03:04:39AM -0800, kmself@ix.netcom.com 
(kmself@ix.netcom.com) wrote:
> on Fri, Dec 29, 2000 at 02:56:46AM -0800, kmself@ix.netcom.com 
> (kmself@ix.netcom.com) wrote:
> > Package: mutt
> > Version: 1.3.12-2
> > Woody.
> > 
> > I'd recently added the following lines to my ~/.muttrc to allow use of
> > (and access to) compressed mailboxes.  They're now coming up as "unknown
> > commands" on mutt invocation on an update to the latest mutt in Woody.
> > Anyone know the problem or got a fix?  Bug tracking lists nothing
> > appropriate on the topic.
> 
> It appears that the gzip patch was lost in the shuffle.

Officially, even.  It's listed in the README, as Marco d'Itri (mutt
maintainer) pointed out in response to the bug report.  I've requested
it be added, as this breaks backward compatibility.

Meantime, I'm about to learn how to compile from sources and apply the
patch myself.  Tips, anyone?

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpM7SVEBanDV.pgp
Description: PGP signature


Re: Connect script failed

2000-12-31 Thread kmself
Please respond to list.

on Sun, Dec 31, 2000 at 06:29:10PM -0200, Marcelo Chiapparini ([EMAIL 
PROTECTED]) wrote:
> Karsten
> 
> On Sun, Dec 31, 2000 at 12:17:01PM -0800, kmself@ix.netcom.com wrote:
> > on Sun, Dec 31, 2000 at 10:58:20AM -0200, Marcelo Chiapparini ([EMAIL 
> > PROTECTED]) wrote:
> > > Hi!
> > > 
> > > I have two ISP. Both of them have the same configuration file in
> > > /etc/ppp/peers genrated with pppconfig. The only difference is the
> > > telephone number. I use pon to connect to them, but while with one
> > > of them everything goes fine, with the 
> > > other I get 
> > > 
> > > Dec 31 10:50:07 micron pppd[810]: Connect script failed
> > > Dec 31 10:50:08 micron pppd[810]: Exit.
> > > 
> > > what could be wrong. I think that the script is the same for both
> > > ISP.
> > 
> > Could be a lot of things.  For starters, set debug on -- you can do
> > this through pppconfig by modifying your existing script.
> > 
> 
> It is already on. I would appreciate very much any suggestion.

In which case, you should have rather more verbose output.  Post it.

My general suggestion is to look at the Network Administrator's Guide
(NAG).  You should have a version under /usr/docs/ldp-nag (or can
install it with the appropriate package).

You can also access the PPP chapter online at:

http://www.oreilly.com/catalog/linag2/book/ch08.html

If you can't identify the problem through your ppp/chat scripts, try
manually connecting to your ISP via minicom.

When I say "could be a lot of things", there may be specific
modifications in your ISP configurations, such as how you specify,
quote, or preface your userid and/or password.  Seeing the interactive
output is very helpful in debugging these issues.  See also your ISPs
support pages.  Almost *all* ISPs now provide instructions on how to
connect via GNU/Linux, even if they don't officially support it.

Cheers.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpIsmkj6bQjd.pgp
Description: PGP signature


Re: imwheel

2000-12-31 Thread Mircea Luca
Thibaut Cousin wrote:

  Imwheel is, in principle, not necessary to make the wheel work. The wheel

> support can be implemented directly in applications. KDE has built-in wheel
> support, so the only required thing is the line "ZAxisMapping 4 5" in
> XF86Config. The same is true for Gnome apps or Staroffice, for example.
> Imwheel is therefore needed only for apps without built-in wheel support.
>   Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6
> have. So two solutions :

I have the line in XF86Config-4 .Problem is imwheel works great with all
Netscape components.
The Xdefaults files on the net I've tried either didn't work when numlock was
pressed or the wheel
didin't work in composer.

>
> 1) launch imwheel in .xsession, not .xinitrc with a line like "exec
> /usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use .xsession.

This didn't work.(is /usr/bin/imwheel btw)I tried also "exec xterm & " and this
didn't work either.So apparently the helix-gdm ingnores the .xsession

> 2) abandon imwheel, as most modern apps have built-in wheel support.
> Konqueror and Mozilla are very good now, even for Java, PHP or plugins.
>
>   Hope it helps,
>

Konqueror is OK as a replacement for Netscape at those pages where Netscape
crasps out..As for Mozilla
not there yet.Too slow and the mail app crashes intermitent.And what can I
say,I've been using Netscape
since version 2 .I like it.!:-)
I'll try kdm and see what that does.

Thanks anyway



Re: kde

2000-12-31 Thread Jonathan Markevich
On Sun, Dec 31, 2000 at 08:53:46AM -0500, A R wrote:
> > What is it that must be added to sources.list to get kde?
> >
> 
> Found:
> deb ftp://kde.tdyc.com/pub/kde potato main crypto optional qt1apps
> 
> Now, to indicate that you want only that, and say, downloaded, not installed,
> apt-get -d (what packages?)
> That is, is there a name that allows downloading all kde for debian without
> listing every single package (I beleive about 300 of them)?

Usually kdebase.

However, where is the same line for kde2?  I have a moldy kde2 installation
now, and tdyc doesn't seem to respond to it...

-- 
Jonathan Markevich <[EMAIL PROTECTED]>
http://www.geocities.com/jmarkevich
== It's VIRUSES, not VIRII!  See http://language.perl.com/misc/virus.html ==



Re: Tracking down IP's

2000-12-31 Thread Bob Bernstein
On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:

> Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)

I don't know what tool generated this log entry. This is a situation where a
good IDS such as snort would shed a lot of light. For example, grepping a
set of snort rules for that port yields:

misc-lib:alert udp any any -> $HOME_NET 161 (msg: "SNMP public access"; 
content:"public";)

misc-lib:alert udp !$HOME_NET any -> $HOME_NET 161 (msg:"BUGTRAQ ID 1009 - 
Possible attempt at Bay/Nortel Nautica Marlin DoS); dsize:0;) 

netbios-lib:alert udp !$HOME_NET any -> $HOME_NET 161 
(msg:"NETBIOS-SNMP-NT-UserList"; content:"|2b 06 10 40 14 d1 02 19|";) 

vision.conf:alert UDP $EXTERNAL any -> $INTERNAL 161 (msg: 
"IDS333/SNMP-NT-UserList"; content: "|2b 06 10 40 14 d1 02 19|";)

Follow up by surfing to (see last line above)

http://www.whitehats.com/IDS/333

and also that Bugtraq ID looks interesting.

What I gather is that this could be a student at isi.edu, which is
apparently part of the Univ. of California, trying his or her hand at
configuring an NT box in some weird way. Who knows?

I would send a very nice comment to someone there along with your data and
see what comes of it.

-- 
Bob Bernstein
at
Esmond, Rhode Island, USA  



Re: Tracking down IP's

2000-12-31 Thread Richard Cobbe
Lo, on Sunday, December 31, Pollywog did write:

> 
> On Sun, 31 Dec 2000 13:55:26 -0600 (CST), Richard Cobbe said:
> 
> >
> >  Did you change your IP address in the above report?  IIRC, 172.16.*.* is
> >  a block of private addresses.  Packets to this address should be dropped
> >  automatically by an upstream router.  My guess, therefore, is that these
> >  transmissions are coming from somewhere else in your network---probably a
> >  misconfigured SNMP manager who thinks you're an agent.
> 
> I would ask my ISP if it was coming from them or from their upstream
> provider.  I had some odd stuff appearing in my logs once, coming from
> the same IP address, and it was in fact coming from my ISP's upstream
> provider.

Either way, it's still a private IP address range.  NOBODY should let
packets with one of these addresses, either as source or destination, cross
a network boundary.  If the ISP is getting this traffic from its upstrea
provider, it should configure the router between it and the provider to
drop all private address ranges, and let the provider know it's leaking
private IPs.

Richard



Re: Tracking down IP's

2000-12-31 Thread Richard Cobbe
Lo, on Sunday, December 31, ktb did write:

> On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:
> > Security Violations
> > =-=-=-=-=-=-=-=-=-=
> > Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 
> > (#43)

>   nslookup 172.16.72.113 
>   shows -
>    can't find 172.16.72.113: Non-existent host/domain
> 
>   Can't help you any more than that.
>   kent

Sorry, should have clarified this in my post, but 172.16.72.113 is the
*destination* address---i.e., the IP address of the machine doing the
logging.  Doing lookups on this aren't going help (even if it weren't a
private IP address.)  The source address was blocked out by the original
poster.

Richard



Re: Connect script failed

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 10:58:20AM -0200, Marcelo Chiapparini ([EMAIL 
PROTECTED]) wrote:
> Hi!
> 
> I have two ISP. Both of them have the same configuration file in 
> /etc/ppp/peers
> gerated
> with pppconfig. The only difference is the telephone number. I use pon to 
> connect to them, but while with one of them everything goes fine, with the 
> other I get 
> 
> Dec 31 10:50:07 micron pppd[810]: Connect script failed
> Dec 31 10:50:08 micron pppd[810]: Exit.
> 
> what could be wrong. I think that the script is the same for both ISP.

Could be a lot of things.  For starters, set debug on -- you can do this
through pppconfig by modifying your existing script.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpNP4dyp3XcO.pgp
Description: PGP signature


Re: Tracking down IP's

2000-12-31 Thread Pollywog

On Sun, 31 Dec 2000 13:55:26 -0600 (CST), Richard Cobbe said:

>
>  Did you change your IP address in the above report?  IIRC, 172.16.*.* is
>  a block of private addresses.  Packets to this address should be dropped
>  automatically by an upstream router.  My guess, therefore, is that these
>  transmissions are coming from somewhere else in your network---probably a
>  misconfigured SNMP manager who thinks you're an agent.

I would ask my ISP if it was coming from them or from their upstream
provider.
I had some odd stuff appearing in my logs once, coming from the same
IP address, and it was in fact coming from my ISP's upstream
provider.

--
Andrew



Linux Progress Patch for Debian available!

2000-12-31 Thread Raphael Bossek
http://master.debian.org/~bossekr/

hi Debian users,

for all of you looking for a graphical start screen, this is the right patch. 
I've modified it a little bit
so more init scripts are supported and a additional patch against the latest 
linux-2.4.0-test12 is part of
this tarball too!

The official project page from the Linux Progress Patch is 
http://lpp.freelords.org/.

You can find here the latest informations about the implementation and some 
additional themes (http://lpp.freelords.org/Themes.phtml) of course!

Applying the patch against your kernel (you need a VESA2.0 or compilant 
graphics card to get framebuffer device working!) you get the following result: 
http://master.debian.org/~bossekr/debian-lpp.png

If you are now thinking about XDM and how to make it more Debian GNU/Linux 
compilant, take a look at http://x.themes.org/ ! I've found some interesting 
configurations for XDM there :)

-- 
Raphael Bossek <[EMAIL PROTECTED]> [ICQ #40047651]



Re: Tracking down IP's

2000-12-31 Thread mikpolniak

On Sun, 31 Dec 2000 13:34:02 -0600, ktb said:

> On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:
>  > Can anyone tell me what this person is looking for here, and how I
>  > can find out where this is coming from?
>  > 
>  > Security Violations
>  > =-=-=-=-=-=-=-=-=-=
>  > Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)
>  > Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 (#43)
>  > Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 (#43)
>  > Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 (#43)
>  > Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 (#43)
>  > Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 (#43)
>  > 
>  > I've been unable to track it down.  I've had pages and pages of this
>  > every hour since early yesterday, always coming from the same IP, to
>  > the same port.
>   
run  $whois 172.16.72.113
IANA (IANA-BBLK-RESERVED)
   Internet Assigned Numbers Authority
   Information Sciences Institute
   University of Southern California
   4676 Admiralty Way, Suite 330
   Marina del Rey, CA 90292-6695

run $ cat  /etc/services|more
snmp161/udp # Simple Net Mgmt Proto

Probably harmless.



Re: Tracking down IP's

2000-12-31 Thread Robert Waldner
On Sun, 31 Dec 2000 12:16:59 MST, JD Kitch writes:
>Can anyone tell me what this person is looking for here, and how I
>can find out where this is coming from?

port 161 is snmp, so it looks like someone´s trying to get information 
 about your machine (or something at your ISP or the like is 
 misconfigured), proto 17 is UDP which fits snugly since snmp is 
 udp-based.

>Security Violations
>=-=-=-=-=-=-=-=-=-=
>Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 xx.xx.xx
>x.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)

>I've been unable to track it down.  I've had pages and pages of this
>every hour since early yesterday, always coming from the same IP, to
>the same port.

look for the ip-adress with
whois -h whois.[ripe|arin|apnic].net 
and complain to the ISP/organization responsible for it.

hth,
&rw
-- 
/  Ing. Robert Waldner  | Network Engineer | T: +43 1 89933  F: x533 \ 
\ <[EMAIL PROTECTED]> |KPNQwest/AT   | Diefenbachg. 35, A-1150 / 




Re: Installing KDE 2 using apt-get

2000-12-31 Thread Dean
A thousand pardons. I obviously misread
http://kde.tdyc.com/  last week. Dean

Ethan Benson wrote:
> 
> On Fri, Dec 29, 2000 at 09:49:47PM -0600, Dean wrote:
> > Hi Thiago:
> >  I could be wrong, but I heard
> > you need to be on a woody instead
> > of potato installation. hth Dean
> 
> you heard incorrectly.
> 
> --
> Ethan Benson
> http://www.alaska.net/~erbenson/
> 
>   
>Part 1.2Type: application/pgp-signature



Re: Tracking down IP's

2000-12-31 Thread Richard Cobbe
Lo, on Sunday, December 31, JD Kitch did write:

> Can anyone tell me what this person is looking for here, and how I
> can find out where this is coming from?
> 
> Security Violations
> =-=-=-=-=-=-=-=-=-=
> Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)
> Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 (#43)
> Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 (#43)
> Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 (#43)
> Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 (#43)
> Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 (#43)
> 
> I've been unable to track it down.  I've had pages and pages of this
> every hour since early yesterday, always coming from the same IP, to
> the same port.

Someone (xx.xx.xx.xx) is poking at your SNMP port.

Use /etc/protocols to map from PROTO=17 to udp, and then /etc/services to
map from 161/udp to SNMP.  (For those who don't know, SNMP (Simple Network
Management Protocol) is a protocol system originally intended for
monitoring and administering networked devices remotely.)

I'm having to guess, based on RFC 760, but I think the other fields are:

* L: packet length
* S: type of service -- see RFC 760
* I: identification #; aids in reassembling fragments
* F: fragment offset, possibly with the IP flags thrown in?
* T: time to live.
* and I don't know what (#43) represents.

(If someone knows better, I'd love to hear corrections.)  These are most
probably not relevant here.

Did you change your IP address in the above report?  IIRC, 172.16.*.* is
a block of private addresses.  Packets to this address should be dropped
automatically by an upstream router.  My guess, therefore, is that these
transmissions are coming from somewhere else in your network---probably a
misconfigured SNMP manager who thinks you're an agent.

If it's *not* somewhere else in your network, then to try to find out where
it's coming from, do an nslookup on the source IP (the address you've
blocked out) to get its domain, then try doing a whois lookup on that
domain to see who's responsible for it.  (And bug your sysadmins to drop
packets coming in from outside your network addressed to the private
address ranges.)

For example, try typing `whois gmx.net' to see the kind of information you
should be able to get.

HTH,

Richard



Re: Tracking down IP's

2000-12-31 Thread Jeff Green
whois 172.16.72.113
IANA (IANA-BBLK-RESERVED)
   Internet Assigned Numbers Authority
   Information Sciences Institute
   University of Southern California
   4676 Admiralty Way, Suite 330
   Marina del Rey, CA 90292-6695

   Netname: IANA-BBLK-RESERVED
   Netblock: 172.16.0.0 - 172.31.0.0

from what I remember 61662 is the favoured port of some form of widnoise
trojan 
Jeff

ktb wrote:
> 
> On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:
> > Can anyone tell me what this person is looking for here, and how I
> > can find out where this is coming from?
> >
> > Security Violations
> > =-=-=-=-=-=-=-=-=-=
> > Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 
> > (#43)
> > Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 
> > (#43)
> > Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 
> > (#43)
> > Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 
> > (#43)
> > Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 
> > (#43)
> > Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> > xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 
> > (#43)
> >
> > I've been unable to track it down.  I've had pages and pages of this
> > every hour since early yesterday, always coming from the same IP, to
> > the same port.
> >
> 
> You can do a search for the port at -
> http://www.snort.org/Database/portsearch.asp
> 
> nslookup 172.16.72.113
> shows -
>  can't find 172.16.72.113: Non-existent host/domain
> 
> Can't help you any more than that.
> kent
> 
> --
>   "In order to make an apple pie from scratch,
>   you must first create the universe."
>  - Carl Sagan
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: imwheel

2000-12-31 Thread Pablo de Vicente
El Dom 31 Dic 2000 13:06, Thibaut Cousin escribió:

>Le Dimanche 31 Décembre 2000 07:50, Mircea Luca a écrit :
>> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
>> simple.The wheel won't work in Netscape unless I open an xterm and start
>> imwheel .The wheel works fine otherwise in other KDE apps altough if I
>> do an "ps aux | grep imwheel " it will show only the grep which means
>> AFAIK that imwheel doesn't work.
>> I tried to make .xinitrc and exec imwheel -that didn't work .
>> I know it's not related to kernel since it did the same thing with
>> 2.2.18 and without devfs
>>
>> Any ideas welcome
>
>  Imwheel is, in principle, not necessary to make the wheel work. The wheel
>support can be implemented directly in applications. KDE has built-in wheel
>support, so the only required thing is the line "ZAxisMapping 4 5" in
>XF86Config. The same is true for Gnome apps or Staroffice, for example.
>Imwheel is therefore needed only for apps without built-in wheel support.
>  Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6
>have. So two solutions :


Indeed if your mouse is a PS/2 this is the entry you should have:

Section "Pointer"
   Protocol"IMPS/2"
   Device  "/dev/psaux"
   ZAxisMapping 4 5
EndSection 

 Never use "Emulate3Buttons", it spoils the wheel behaviour.

Pablo.



Re: Tracking down IP's

2000-12-31 Thread ktb
On Sun, Dec 31, 2000 at 12:16:59PM -0700, JD Kitch wrote:
> Can anyone tell me what this person is looking for here, and how I
> can find out where this is coming from?
> 
> Security Violations
> =-=-=-=-=-=-=-=-=-=
> Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)
> Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 (#43)
> Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 (#43)
> Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 (#43)
> Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 (#43)
> Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
> xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 (#43)
> 
> I've been unable to track it down.  I've had pages and pages of this
> every hour since early yesterday, always coming from the same IP, to
> the same port.
> 

You can do a search for the port at -
http://www.snort.org/Database/portsearch.asp

nslookup 172.16.72.113 
shows -
 can't find 172.16.72.113: Non-existent host/domain

Can't help you any more than that.
kent

-- 
  "In order to make an apple pie from scratch,
  you must first create the universe."  
 - Carl Sagan



Re: potato_install

2000-12-31 Thread Xucaen

--- John Foster <[EMAIL PROTECTED]> wrote:
> Antonio Alberto Lobato wrote:
> Detail: my CDROM reader is very
> > old. It`s a Creative SB 2x (Panassonic).
>
--
> When the rescue disk is loading, does the boot
> kernel find the cdrom? It
> should show up if the bios is finding it. If so
> then you should be able
> to mount the cdrom as /dev/hdc for this purpose
> (providing you only have
> 1 hard disk). 

the old soundblaster cd roms were proprietary and
ran off the sound card's controller. Because of
this, it doesn't show up in the bios.
see the CD ROM HOWTO:
http://www.linuxdoc.org/HOWTO/CDROM-HOWTO.html
and see the section 3.3 Proprietary CD-ROM
Drives.
the soundblaster should use the spbcd kernel
driver. 
I believe the lilo boot parameter
sbpcd=,
should work. see section 4.3 Creating Device
Files and Setting Boot Time Parameters in the CD
ROM HOWTO.
hope this helps...

xucaen

__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/



Tracking down IP's

2000-12-31 Thread JD Kitch
Can anyone tell me what this person is looking for here, and how I
can find out where this is coming from?

Security Violations
=-=-=-=-=-=-=-=-=-=
Dec 31 11:06:47 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7632 F=0x T=127 (#43)
Dec 31 11:06:53 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7712 F=0x T=127 (#43)
Dec 31 11:06:59 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7713 F=0x T=127 (#43)
Dec 31 11:07:06 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7716 F=0x T=127 (#43)
Dec 31 11:07:13 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7724 F=0x T=127 (#43)
Dec 31 11:07:19 tower kernel: Packet log: output REJECT eth0 PROTO=17 
xx.xx.xxx.xx:61662 172.16.72.113:161 L=106 S=0x00 I=7725 F=0x T=127 (#43)

I've been unable to track it down.  I've had pages and pages of this
every hour since early yesterday, always coming from the same IP, to
the same port.

TIA,
jdk



how to grep without changing timestamps?

2000-12-31 Thread Maciej Kalisiak
Hello all,

Is it possible to grep a ton of files without modifying their date/timestamps?
Currently if I use grep, it changes the access time of all files touched,
which causes mutt to lose track of the folders which have new mail (I guess it
looks at the timestamp last modified and last accessed to figure this out).
Occasionally I do want to include the mail folders in my greps, so bypassing
the "mail" directory is not a solution.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: Can't get X server working in unstable with Ati All-In-Wonder 128 Pro

2000-12-31 Thread mik

On Sun, 31 Dec 2000 12:38:31 -0500, Bart Szyszka said:

> (( If you've gotten this message twice, reply to this one. I had
>  accidentally
>  sent this from my dad's account. Please send replies to [EMAIL PROTECTED]
>  and not [EMAIL PROTECTED] . Thanks! ))
>  
>  I'm trying to setup my X server on a different computer and am having
>  trouble getting it to work. I have an Ati All-In-Wonder 128 Pro
>  graphics card with 32MB and have gotten the latest XFree86 stuff
>  from the unstable branch, but it just won't work. All the X11 messages
>  that I get when it doesn't work just say something to the effect that I
>  didn't select the right graphics card. There are several that seem to
>  be able to fit both on the SVGA server and Mach64. In Windows
>  when I view info on the card, it says some things about it being
>  Ati Rage 128 Pro so I tried the 'Ati Rage 128 (generic)' option and
>  that didn't work. I've also tried 'Ati All-In-Wonder' and 'Ati
>  All-In-Wonder Pro' without any success.
>  
I got my ATI 128 Rage Pro card working with XFree-4 by
following the hints at :
http://www4.ncsu.edu/~distclai/rage128-howto.html#Rage128Pro
It will help you set up XF86Config manually or with a script
called 'setrage'.



Re: What /potato/main/disks-i386/ image to burn into CDR

2000-12-31 Thread Rogerio Brito
On Dec 30 2000, csj wrote:
> Now, what I want to know is: what floppy image from
> debian/dists/potato/main/disks-i386/2.2.20.0.1-2000-12-03/ do I need
> to download so I can burn my own CDR installer?

The 2.88 rescue.bin image.


HTH, Roger...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogerio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



RE: imwheel

2000-12-31 Thread Marc Wilson
Netscape 4.x knows perfectly well what a mouse wheel is... add this to
.Xresources:

!Wheel stuff
Netscape*drawingArea.translations:  #replace\
: ArmLink()   \n\
: ArmLink()   \n\
~Shift: ActivateLink()  \n\
~Shift: ActivateLink(new-window)\
DisarmLink()\n\
Shift:  ActivateLink(save-only) \
DisarmLink()\n\
Shift:  ActivateLink(save-only) \
DisarmLink()\n\
:   DisarmLinkIfMoved() \n\
:   DisarmLinkIfMoved() \n\
:   DisarmLinkIfMoved() \n\
:   DescribeLink()  \n\
: xfeDoPopup()\n\
:   ActivatePopup() \n\
Ctrl: PageUp()\n\
Ctrl: PageDown()  \n\
Shift:LineUp()\n\
Shift:LineDown()  \n\
None: 
LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
None:
LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
Alt:  xfeDoCommand(forward)   \n\
Alt:  xfeDoCommand(back)  \n

Netscape*globalNonTextTranslations: #override\n\
Shift: LineUp()\n\
Shift: LineDown()\n\
None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\

None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\
n\
Alt: xfeDoCommand(forward)\n\
Alt: xfeDoCommand(back)\n

-
Marc Wilson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.moonkingdom.net/mwilson

 -Original Message-
From:   Thibaut Cousin [mailto:[EMAIL PROTECTED]
Sent:   Sunday, December 31, 2000 4:06 AM
To: debian-kde@lists.debian.org
Cc: debian-user@lists.debian.org
Subject:Re: imwheel

Le Dimanche 31 Dicembre 2000 07:50, Mircea Luca a icrit :
> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
> simple.The wheel won't work in Netscape unless I open an xterm and start
> imwheel .The wheel works fine otherwise in other KDE apps altough if I
> do an "ps aux | grep imwheel " it will show only the grep which means
> AFAIK that imwheel doesn't work.
> I tried to make .xinitrc and exec imwheel -that didn't work .
> I know it's not related to kernel since it did the same thing with
> 2.2.18 and without devfs
>
> Any ideas welcome

  Imwheel is, in principle, not necessary to make the wheel work. The wheel
support can be implemented directly in applications. KDE has built-in wheel
support, so the only required thing is the line "ZAxisMapping 4 5" in
XF86Config. The same is true for Gnome apps or Staroffice, for example.
Imwheel is therefore needed only for apps without built-in wheel support.
  Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6
have. So two solutions :

1) launch imwheel in .xsession, not .xinitrc with a line like "exec
/usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use
.xsession.
2) abandon imwheel, as most modern apps have built-in wheel support.
Konqueror and Mozilla are very good now, even for Java, PHP or plugins.

  Hope it helps,

--
Thibaut Cousin
email : [EMAIL PROTECTED]
web   : http://clrwww.in2p3.fr
---
Teach me passion for I fear it`s gone. Show me love, hold the lorn.
So much more I wanted to give to the ones who love me. I`m sorry.
Time will tell (this bitter farewell)
I live no more to shame nor me nor you
And you... I wish I didn`t feel for you anymore...

Nightwish(http://www.nightwish.com)


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




Re: XFree Packages

2000-12-31 Thread Branden Robinson
Klaus, please direct your questions to debian-user.

On Sun, Dec 31, 2000 at 03:27:07PM +0100, Klaus Naumann wrote:
> 
> Ugh, I was that close :/
> 
> dh_shlibdeps -Nxlibs --exclude=usr/X11R6/lib/modules
> dpkg-shlibdeps: warning: could not find path for libXaw.so.7
> dpkg-shlibdeps: warning: could not find path for libXaw.so.7
> dpkg-shlibdeps: warning: could not find path for libXaw.so.7
> BUG IN DYNAMIC LINKER
> ld.so: dl-version.c: 217: _dl_check_map_versions: Assertion `needed !=
> ((void
> *)0)' failed!
> dpkg-shlibdeps: failure: ldd on
> `debian/xbase-clients/usr/X11R6/bin/glxinfo' gave error exit status
> 1
> dh_shlibdeps: command returned error code
> make: *** [debian/stampdir/binary-arch] Error 1
> [EMAIL PROTECTED]:~/X4/xfree86-4.0.2# ldd 
> debian/xbase-clients/usr/X11R6/bin/glxinfo
> BUG IN DYNAMIC LINKER
> ld.so: dl-version.c: 217: _dl_check_map_versions: Assertion `needed !=
> ((void
> *)0)' failed!
> 
> Is there any work around for that ? Do I need to build the package
> again now (it took over 5 hours even on that machine ...) ??
> 
>   CU, Klaus
> 
> -- 
> Full Name   : Klaus Naumann | (http://www.mgnet.de/) (Germany)
> Nickname: Spock | Org.: Mad Guys Network
> Phone / FAX : ++49/177/7862964  | E-Mail: ([EMAIL PROTECTED])
> PGP Key : www.mgnet.de/keys/key_spock.txt
> 

-- 
G. Branden Robinson|Any man who does not realize that he is
Debian GNU/Linux   |half an animal is only half a man.
[EMAIL PROTECTED]  |-- Thornton Wilder
http://deadbeast.net/~branden/ |


pgpIQkH8WieSr.pgp
Description: PGP signature


4 Mouse buttons with gpm?

2000-12-31 Thread Sam Vilain
Hi,

I've got a Logitech 4 button "MouseMan" (according to the label) mouse, and I 
can't get gpm to repeat the fourth button; it keeps being repeated as button 2.

This X configuration works (sacrificing gpm, of course):

[/etc/X11/XF86Config-4]
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "MouseManPlusPS/2"
Option  "Device""/dev/psaux"
Option  "Buttons"   "4"
EndSection

The configuration that doesn't work properly is:
[/etc/gpm.conf]
device=/dev/psaux
responsiveness=
type=imps2
append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -b 9600 -S 
:/etc/gpm-special/middle:/etc/gpm-special/right"
repeat_type=ms3

[/etc/X11/XF86Config-4]
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "Intellimouse"
Option  "Device""/dev/gpmdata"
Option  "Buttons"   "4"
EndSection

Does anyone know if this is possible?  There seems to be no "-4" option to gpm 
(or "-5" or ...), but it says in places it does allow wheel repeating, which 
IIRC are just 'buttons' as well.  I've tried the "mman" gpm mouse type, but it 
doesn't work at all.

Any ideas?
--
Sam Vilain, [EMAIL PROTECTED]WWW: http://sam.vilain.net/
GPG public key: http://sam.vilain.net/sam.asc



Can't get X server working in unstable with Ati All-In-Wonder 128 Pro

2000-12-31 Thread Bart Szyszka
(( If you've gotten this message twice, reply to this one. I had
accidentally
sent this from my dad's account. Please send replies to [EMAIL PROTECTED]
and not [EMAIL PROTECTED] . Thanks! ))

I'm trying to setup my X server on a different computer and am having
trouble getting it to work. I have an Ati All-In-Wonder 128 Pro
graphics card with 32MB and have gotten the latest XFree86 stuff
from the unstable branch, but it just won't work. All the X11 messages
that I get when it doesn't work just say something to the effect that I
didn't select the right graphics card. There are several that seem to
be able to fit both on the SVGA server and Mach64. In Windows
when I view info on the card, it says some things about it being
Ati Rage 128 Pro so I tried the 'Ati Rage 128 (generic)' option and
that didn't work. I've also tried 'Ati All-In-Wonder' and 'Ati
All-In-Wonder Pro' without any success.

I'd appreciate some help with this. Is the problem on my end or the
packages in the unstbale branch? I want to setup KDE 2.1 since
I'm at home on vacation from my university and my dad has an
800mhz computer.   : )

- Bart




Re: potato_install

2000-12-31 Thread David Steinberg
On Sun, 31 Dec 2000, John Foster wrote:

> Antonio Alberto Lobato wrote:
> > Detail: my CDROM reader is very old. It`s a Creative SB 2x (Panassonic).
> --
> When the rescue disk is loading, does the boot kernel find the cdrom? It
> should show up if the bios is finding it. If so then you should be able
> to mount the cdrom as /dev/hdc for this purpose (providing you only have
> 1 hard disk). 

What makes you think that a "very old" Creative (Panasonic) 2x CD-ROM is
going to be IDE?

Isn't /dev/sbpcd a better bet?  

I would try doing an lsmod, and checking to make sure that the sbpcd
module is loaded.  If not, try "modprobe sbpcd".

--
David Steinberg
[EMAIL PROTECTED]



Difficulties with FvwmPager in fvwm2 (potato)

2000-12-31 Thread Richard Cobbe
Hello, all.

I'm running fvwm 2.2.4-2 on Debian 2.2r2 (potato), and there's something
that's been bugging me for a while.

I don't have an .fvwm2rc in my home directory, so fvwm looks at Debian's
/etc/X11/fvwm/system.fvwm2rc and then reads the various hook files in
~/.fvwm.  This generally works OK.  The only problem is the FvwmPager---I
don't like some of the options that are set in system.fvwm2rc, like the
font size and the geometry.

I've put the following properties in ~/.fvwm/post.hook:

*FvwmPagerGeometry  +894+42
*FvwmPagerFont  none
*FvwmPagerSmallFont none
*FvwmPagerDeskTopScale  25

and, as specified in the docs, the following in ~/.fvwm/init-restart.hook:

+ I Wait FvwmPager
+ I KillModule FvwmPager
+ I Module FvwmPager 0 0

However, this usually doesn't take.  I haven't been keeping careful
records, but probably 2/3 of the time, when I start fvwm, the pager is
started with the properties as set in system.fvwm2rc, not my overrides.
Usually, restarting fvwm will case my props to stick, but this isn't
consistent---this morning, I had to restart fvwm 5 or 6 times to get the
pager where I want it.

Since this is apparently not deterministic behavior, I suspect that there's
a race condition in there somewhere.  Has anyone found a reliable solution
for this?

Thanks,

Richard



Re: potato_install

2000-12-31 Thread Antonio A. Lobato
> > Antonio wrote:
> >
> > I`m tryieng to install the potato with a CDROM debian. But, when I`m
going
> > to install the "Kernel and Modules", the "dbootstrap" does not take-me
the
> > option of install it with the CDROM, only: "fd0", "fd1", "hard disk"
and
> > "mounted". Is it not recognizing my CDROM. Detail: my CDROM reader is
very
> > old. It`s a Creative SB 2x (Panassonic).
>
> jfoster wrote:
>
> When the rescue disk is loading, does the boot kernel find the cdrom? It
> should show up if the bios is finding it.

How can I know it ? Where do I see it ?

>If so then you should be able to mount the cdrom as /dev/hdc for this
purpose >(providing you only have 1 hard disk).

How do I mount it ? Must I have to use the bash (Crtl+Alt+F2) and write
"mount  /cdrom" from it ? Or Have I to use other method ? (I have only one
hard disk)

I`m waiting. Thanks !

Tom



Re: newbie trying to run anXious - lots of Xwoes

2000-12-31 Thread Hall Stevenson
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [001230 16:31]:

> Potato install runs in a 16 color VGA mode, so I don't know why I
> can't even get something that simple to run. I have tried xf86config
> but apparently something goes wrong. Among other things, SuperProbe
> finds a Yamaha chip, which doesn't appear on xf86config's list of
> options. So, I am trying to run anXious. I can migrate to /usr/bin and
> type anXious; nothing happens.

I believe that anXious, with no other commandline options, runs 
"non-interactively". That is, it won't ask you any questions, and uses some 
default settings, *if* they work at all. It's possible that anXious has created 
an XF86Config file for you.

You may want to try running it this way:

anXious --forcesetup --forceconfig.

Typing "anXious --help" includes this info:

This program will automatically guess which step is needed based on what
is available on your system. You can force anXious to start from scratch
by using the --forcesetup and --forceconfig options.

Regards and good luck
Hall



Re: How to use Exim with GMX and other quests

2000-12-31 Thread Felix Natter
Raffaele Sandrini <[EMAIL PROTECTED]> writes:

> Hi all
> 
> I have some Exim questions. I comming from a SuSE system wich uses 
> Sendmail so i have very little knoledge about exim. First of all: I use 
> Kmail to get my mail via POP3. I use a relay, mail.gmx.ch, for outgoing 
> mail so i chose option 3 in eximconfig. If i try to send a local email 
> (via Kmail) i.e to [EMAIL PROTECTED] then exim doesn't send anything. 
> If i type sendmail -bp i get the mail in the queue... How can i say exim 
> to deliver the mail.?
> Secnd problem. GMX uses the today non-standard to login via SMTP 
> (RFC-2554) as lots of cliants can do that. Is it possible to give exim a 
> username and a password to login in the smarthost?
> 
> General question: Is better to use sendmail than exim i thought to use 
> exim because the debian developpers would have thought something before 
> they decided to use it apart of sendmail...
> Thanks a lot.

I don't have a clue what you are referring to when you say relaying,
but your setup sounds closer to eximconfig's (2)-option: accept local mail
(fetchmail from your pop3-host) and send mail via smart-host (mail.gmx.ch).
I configured it like this, and now exim sends my mail in an ip-up script.

-- 
Felix Natter



Re: newbie: 3c905C eth0 card not detected

2000-12-31 Thread Gerjan Teselink
Hi,

At the company I work we had the same problem (with the 2.0 kernel) and we
fixed it with a patch suplied by 3Com (the don't give any support on it) and
it seemed to go ok.. but then i generated kernel crashes. And it was on the
systems with the 3c905c cards. We have replaced them with 3c905b cards (wich
are a llitle bit expensiver in The Netherlands) but they work ok (after i
recompiled the kernel). I believe they are supported in the 2.2 kernel so I
will advise you if you want to stay with debian 2.1 to upgrade the kernel or
else the whole distribution.

Kind regards,

Gerjan Teselink

- Original Message -
From: "M K Saravanan" <[EMAIL PROTECTED]>
To: "Debian List" 
Sent: Friday, December 29, 2000 2:42 PM
Subject: newbie: 3c905C eth0 card not detected


> hi,
>
> I have been using RH linux. after reading several success stories of
debian,
> decided to switch over to deb.  I installed Debian2.1.  It is not
detecting my
> ethernet card [3Com 3c905c 10/100]. how to activate it?
>
> -- mks --
>
>
> --
> 
> M K Saravanan,
> Member Research Staff,
> The AU-KBC Centre for Internet & Telecom Technologies,
> Madras Institute of Technology, Anna University,
> Chromepet, Chennai 600 044.
> Tamilnadu, INDIA
>
> Tel (O): 91 44 2417885 Email: [EMAIL PROTECTED]
> Telefax (O): 91 44 2402711 URL  : http://mksarav.tripod.com
> ***
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>



Re: potato_install

2000-12-31 Thread John Foster
Antonio Alberto Lobato wrote:
> 
> I`m tryieng to install the potato with a CDROM debian. But, when I`m going
> to install the "Kernel and Modules", the "dbootstrap" does not take-me the
> option of install it with the CDROM, only: "fd0", "fd1", "hard disk" and
> "mounted". Is it not recognizing my CDROM. Detail: my CDROM reader is very
> old. It`s a Creative SB 2x (Panassonic).
--
When the rescue disk is loading, does the boot kernel find the cdrom? It
should show up if the bios is finding it. If so then you should be able
to mount the cdrom as /dev/hdc for this purpose (providing you only have
1 hard disk). 
-- 
We specialize in multi-processor computing systems!
John Foster
AdVance-Computing Systems



Re: Log rotation, how to set it ?

2000-12-31 Thread Benj



> On Sun, Dec 31, 2000 at 02:37:08PM +0100, Benj wrote:
> > Hi, my log rotation happens once a week on sunday.
> > Which file should I edit to have it lets say happen each day ? How do
> > I set log rotation ?
> 
> Assuming you use 'logrotate', there is the config file
> /etc/logrotate.conf.
> 


Ok i'v specified in this file to logrotate daily instead of weekly.
Should I restart anything ?

Thanks,
Benj



Re: Log rotation, how to set it ?

2000-12-31 Thread Denis Kosygin
[EMAIL PROTECTED] ("Benj") writes:

> Hi, my log rotation happens once a week on sunday.
> Which file should I edit to have it lets say happen each day ? How do I set
> log rotation ?

I do not know how the details vary from version to version but on my
system (potato, logrotate-3.2) there is a script
/etc/cron.daily/logrotate.  Perhaps yours is in /etc/cron.weekly?  In
that case move it to /etc/cron.daily.  Various parameters for log
rotation may be set in /etc/logrotate.conf.

HTH.  Denis



apsfilter message

2000-12-31 Thread Marcelo Chiapparini
Hi to all!

I am trying to setup the printer facility in my potato box at home, using 
apsfilter. 
However, when I try to print an ascii file nothing happens. But by now I am 
concerned 
about a weird message I got from my ISP! apparently apsfilter sent an email to 
my ISP
administrator, who is in vacations and sent to me automatically the email 
apsfilter 
sent to him. Below is the email the guy got from my box. My ISP is 
centroin.com.br, 
my account in my ISP is [EMAIL PROTECTED] Why did apsfilter sent an email 
to [EMAIL PROTECTED], instead [EMAIL PROTECTED] (micron is the name of my 
machine) or 
[EMAIL PROTECTED] 
Does it has to do with the exim.conf file? If it is the case, I want the emails 
with logs from applications send to [EMAIL PROTECTED], how can I do it?

Thanks in advance for the help!!!

Regards,

Marcelo


>From [EMAIL PROTECTED]  Sun Dec 31 12:08:19 2000
Received: from micron (du40c.rjo.centroin.com.br [200.225.58.40])
by trex2.centroin.com.br (8.10.1/8.10.1) with ESMTP id eBVE8Ik21905
for <[EMAIL PROTECTED]>; Sun, 31 Dec 2000 12:08:18 -0200 (EDT)
Received: from chiappa by micron with local (Exim 3.12 #1 (Debian))
id 14Cj9w-TW-00
for <[EMAIL PROTECTED]>; Sun, 31 Dec 2000 12:08:28 -0200
To: [EMAIL PROTECTED]
Subject: apsfilter: printer fault
Message-Id: <[EMAIL PROTECTED]>
From: Marcelo Chiapparini <[EMAIL PROTECTED]>
Date: Sun, 31 Dec 2000 12:08:28 -0200

apsfilter: unsupported filetype
ascii text from chiappa
or missing filter !
or perhaps you have to type lpr -Pascii to print an ascii
file containing control characters or lpr -Praw to print
a file in your printers native language, when printing data
files (pcl3, pcl5, ...) ?!





Re: kde

2000-12-31 Thread Colin Watson
A R <[EMAIL PROTECTED]> wrote:
>A R wrote:
>> What is it that must be added to sources.list to get kde?
>
>Found:
>deb ftp://kde.tdyc.com/pub/kde potato main crypto optional qt1apps
>
>Now, to indicate that you want only that, and say, downloaded, not installed,
>apt-get -d (what packages?)
>That is, is there a name that allows downloading all kde for debian without
>listing every single package (I beleive about 300 of them)?

Try task-kde. I don't think it will get everything, but it will get a
large amount of useful stuff. Try dselect or an apt front-end to select
more.

HTH,

-- 
Colin Watson [EMAIL PROTECTED]



How to use Exim with GMX and other quests

2000-12-31 Thread Raffaele Sandrini
Hi all

I have some Exim questions. I comming from a SuSE system wich uses 
Sendmail so i have very little knoledge about exim. First of all: I use 
Kmail to get my mail via POP3. I use a relay, mail.gmx.ch, for outgoing 
mail so i chose option 3 in eximconfig. If i try to send a local email 
(via Kmail) i.e to [EMAIL PROTECTED] then exim doesn't send anything. 
If i type sendmail -bp i get the mail in the queue... How can i say exim 
to deliver the mail.?
Secnd problem. GMX uses the today non-standard to login via SMTP 
(RFC-2554) as lots of cliants can do that. Is it possible to give exim a 
username and a password to login in the smarthost?

General question: Is better to use sendmail than exim i thought to use 
exim because the debian developpers would have thought something before 
they decided to use it apart of sendmail...
Thanks a lot.

Cheers,
Raffaele

-- 
Sent through GMX FreeMail - http://www.gmx.net



Re: kde

2000-12-31 Thread A R
A R wrote:

> What is it that must be added to sources.list to get kde?
> Thanks
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Found:
deb ftp://kde.tdyc.com/pub/kde potato main crypto optional qt1apps

Now, to indicate that you want only that, and say, downloaded, not installed,
apt-get -d (what packages?)
That is, is there a name that allows downloading all kde for debian without
listing every single package (I beleive about 300 of them)?



Log rotation, how to set it ?

2000-12-31 Thread Benj
Hi, my log rotation happens once a week on sunday.
Which file should I edit to have it lets say happen each day ? How do I set
log rotation ?

Thanks,
Benj



kde

2000-12-31 Thread A R
What is it that must be added to sources.list to get kde?
Thanks



Connect script failed

2000-12-31 Thread Marcelo Chiapparini
Hi!

I have two ISP. Both of them have the same configuration file in /etc/ppp/peers
gerated
with pppconfig. The only difference is the telephone number. I use pon to 
connect to them, but while with one of them everything goes fine, with the 
other I get 

Dec 31 10:50:07 micron pppd[810]: Connect script failed
Dec 31 10:50:08 micron pppd[810]: Exit.

what could be wrong. I think that the script is the same for both ISP.

Thanks is advance for the help!!!

Regards and happy new millenium!!

Marcelo
 



potato_install

2000-12-31 Thread Antonio Alberto Lobato

I`m tryieng to install the potato with a CDROM debian. But, when I`m going
to install the "Kernel and Modules", the "dbootstrap" does not take-me the
option of install it with the CDROM, only: "fd0", "fd1", "hard disk" and
"mounted". Is it not recognizing my CDROM. Detail: my CDROM reader is very
old. It`s a Creative SB 2x (Panassonic).

I`d have a idea: I can Download the "Kernel and modules" from internet to
my Windows partition. Then, I choose the "hard disk". Who does can help-me
?



No setup signature found...

2000-12-31 Thread Debian Ghost
Hey Guys,
I was compiling a 2.4 kernel (test5) and put the info in lilo.conf, ran
lilo and now on boot if I try to boot the image, I get a message saying:

No setup signature found...

the system then halts. Does anyone know what may be causing this?
I buit another kernel from the same 2.4 source and it boots fine.

Thanks for any info!

D.G



Re: psql doesn't work in GUI (solved)

2000-12-31 Thread Oliver Elphick
=?iso-8859-1?q?Drag=F3n?= wrote:
  >>Leave the "hostname" and just about everything blank for the connection
  >>configuration.  That should force the use of UNIX sockets rather than
  >>TCP/IP sockets.
  >>
  >>See /etc/postgresql/pg_hba.conf for changing security
  >>configuration, and /etc/postgresql/postmaster.init for options for the
  >>postmaster (like listening for TCP/IP connections).
  >>
  >>
  >>-- 
  >>Eric G. Miller 
  >
  >Thanks Very Much to both of you.
  >
  >It works now. I 've just left everything blank except the 'database name
  >'
  >and works fine with pgaccess but no with mpsql, because mpsql doesn't 
  >let me keep anything blank.

Then change /etc/postgresql/postmaster.init so that the postmaster allows
TCP/IP connections.  If you want to prevent access from other machines,
you can edit /etc/postgresql/pg_hba.conf to allow access only from localhost.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "Ye have heard that it hath been said, Thou shalt love 
  thy neighbour, and hate thine enemy. But I say unto 
  you, Love your enemies, bless them that curse you, do 
  good to them that hate you, and pray for them which 
  despitefully use you, and persecute you;"  
 Matthew 5:43,44 




Re:psql doesn't work in GUI (solved)

2000-12-31 Thread Dragón
>  > Connection to database 'mibsedatos' failed.
>  >ERROR: connectDB() - connect() failed: ConexiCn rehusada
>  >Is the postmaster running (with -i) at 'localhost' and 
>  >accepting connections on TCP/IP port '5432'?
>  >
>  > With psql no problem but the problem comes out with
>  >mpsql and pgaccess.
> 
>It sounds as though mpsql is trying to connect to the socket in
>its old location.  make a symbolic link:
>
>  ln -s  /var/run/postgresql/.s.PGSQL.5432  /tmp/.s.PGSQL.5432
>
>(Why is mpsql doing this? Is it compiled with a static library?)
>
>pgaccess without mpsql works fine.
>
>-- 
>Oliver Elphick[EMAIL PROTECTED]
>Isle of Wight  http://www.lfix.co.uk/oliver
>PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
>GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
> 
> "Give to him that asketh thee, and from him that would 
>  borrow of thee turn not away." 
>  Matthew 5:42 
-

-
>
>Leave the "hostname" and just about everything blank for the connection
>configuration.  That should force the use of UNIX sockets rather than
>TCP/IP sockets.
>
>See /etc/postgresql/pg_hba.conf for changing security
>configuration, and /etc/postgresql/postmaster.init for options for the
>postmaster (like listening for TCP/IP connections).
>
>
>-- 
>Eric G. Miller 

Thanks Very Much to both of you.

It works now. I 've just left everything blank except the 'database name'
and works fine with pgaccess but no with mpsql, because mpsql doesn't 
let me keep anything blank.

Cheers.

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



Re: imwheel

2000-12-31 Thread Thibaut Cousin
Le Dimanche 31 Décembre 2000 07:50, Mircea Luca a écrit :
> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
> simple.The wheel won't work in Netscape unless I open an xterm and start
> imwheel .The wheel works fine otherwise in other KDE apps altough if I
> do an "ps aux | grep imwheel " it will show only the grep which means
> AFAIK that imwheel doesn't work.
> I tried to make .xinitrc and exec imwheel -that didn't work .
> I know it's not related to kernel since it did the same thing with
> 2.2.18 and without devfs
>
> Any ideas welcome

  Imwheel is, in principle, not necessary to make the wheel work. The wheel 
support can be implemented directly in applications. KDE has built-in wheel 
support, so the only required thing is the line "ZAxisMapping 4 5" in 
XF86Config. The same is true for Gnome apps or Staroffice, for example. 
Imwheel is therefore needed only for apps without built-in wheel support.
  Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6 
have. So two solutions :

1) launch imwheel in .xsession, not .xinitrc with a line like "exec 
/usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use .xsession.
2) abandon imwheel, as most modern apps have built-in wheel support. 
Konqueror and Mozilla are very good now, even for Java, PHP or plugins.

  Hope it helps,

-- 
Thibaut Cousin
email : [EMAIL PROTECTED]
web   : http://clrwww.in2p3.fr
---
Teach me passion for I fear it`s gone. Show me love, hold the lorn.
So much more I wanted to give to the ones who love me. I`m sorry.
Time will tell (this bitter farewell)
I live no more to shame nor me nor you
And you... I wish I didn`t feel for you anymore...

Nightwish(http://www.nightwish.com)



How to apt to testing-distribution

2000-12-31 Thread Gernot Bauer
Hi, 

just wanted to ask what I have to put into my apt-conf file to get the
testing distribution? Would this be enough?

> deb http://http.us.debian.org/debian testing main contrib non-free
> deb http://security.debian.org/ potato/updates main contrib non-free
> deb ftp://kde.tdyc.com/pub/kde/debian potato main

Thanx, Gery
-- 
-
Gernot Bauer, University of Linz, Austria
[EMAIL PROTECTED]
-
The answer is yes, me.



Re: [OT] See you next year...

2000-12-31 Thread Justin B Rye
will trillich wrote:
> On Thu, Dec 28, 2000 at 11:36:16PM -0800, kmself@ix.netcom.com wrote:
>> on Thu, Dec 28, 2000 at 09:50:47PM +, sena ([EMAIL PROTECTED]) wrote:
>>> I'll be going in a new-year vacations until 3 January. As someone suggested
>>> in another thread, I'll be using procmail to redirect debian mailing lists
>>> to /dev/null... I hope it works...
>> 
>> Make sure to check the latest 2.4.0 pre kernels for the /dev/null patch
>> to prevent a /dev/null overflow, particularly with the Debian lists.

If the machine's going to be up over this weekend, /dev/random might
be more of a problem since /etc/cron.millennial/standard will be
introducing extra chaos into the system.  The best fix is to install
anarcron, which runs cronjobs at random intervals.

> i was wondering about that. my /dev/zero and /dev/null have been
> growing above their usual restrictions lately -- but i'm still
> on potato (2.2.17). who's responsible for this anomaly?

Well, who's got root on your machine?
 
>> ;-)
-- 
Justin B Rye - writing from but not for Datacash Ltd
grep gullible /usr/share/dict/words



Re: [debian-user] Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-31 Thread Marco Herrn

- Original Message -
From: "Rüdiger Kuhlmann" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, December 31, 2000 1:06 AM
Subject: Re: [debian-user] Scrolling the mouse wheel of Microsoft
Intellimouse Explorer (again) in Corel Linux 1.2


>
> Hi!
>
> >--[Rob VanFleet]--<[EMAIL PROTECTED]>
> > On Mon, Dec 25, 2000 at 10:13:16AM +0100, Andrea Vettorello wrote:
>
> > > Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x
too without
> > > imwheell.
> > > I've posted mine some time ago on the list...
> > Could you possibly repost it?  I searched the archives back to 97 and I
only
> > got two results.
>
> I'd like to have it, too. I can't get the wheel to work at all - the funny
> thing is, when I do something like "cat /dev/psaux/ | od -tc", it starts
> printing characters for moving the mouse or clicking the buttons, but not
> for moving the wheel! What can I do? If there is no response to the wheel
> that low level, of course it can't work anywhere else...
>


To use the wheel you must add line for ZAxisMapping in your XF86Config.
Look at http://www.inria.fr/koala/colas/mouse-wheel-scroll/ That is a good
source for information how to get your wheelmouse working.


Marco Herrn



Re: named problems: locally served pages hang

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 05:11:38AM +0100, Preben Randhol ([EMAIL PROTECTED]) 
wrote:
> kmself@ix.netcom.com wrote on 31/12/2000 (04:03) :
> > ...and I specify my hostname in /etc/hosts.
> > 
> > There don't appear to be any bind or named messages in system logs
> > (daemon.log, messages, debug).  Unless I'm missing something (and I
> > think I am).
> > 
> > I'd like to figure out why this is happening and how to fix it.
> 
> I installed bind and it removed my problems (that is, it is only a
> workaround), but do you have a db.navel in /etc/bind containing the same
> as db.local except that the second last lines is:
> 
> @   IN  NS  navel.
> 
> and in named.conf
> zone "navel" {
> type master;
> file "/etc/bind/db.navel";
> };
> 
> ?
> 
> If not try it :-)

Bingo!

  oOoThanks, that's *really* been bugging me.  I may 
 ,|oOeven know where to start looking now.
//| |
\\| |I owe you.
 `| |
  `-`

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpDQbDcQNajG.pgp
Description: PGP signature


Re: Imac CD install problem

2000-12-31 Thread Hans
Probably of little help, but I saw the same problem occur at an install
party recently but on an Intel machine. Turned out the problem was a CD
burned when Potato wasn't stable yet or a wrong ISO-image, we never found
out. I popped in my copy of stable Potato and it worked. 

Did you burn the CD from an ISO-image? --Hans

At 03:47 PM 12/30/00 -0500, Dippy Black wrote:
>I am trying to install debian 2.2 from the CD on my Imac DV (slotloading). I
>burned the CD myself. It boots okay and enters the install process.
>
>The problem arises after Install Op System Kernel and Modules. I choose
cdrom.
>It then says, Please choose path inside the cdrom where the Debian Archive
>resides. It defaults to /instmt.  Clicking okay it does nothing. I then tried
>just listing from root. It then gives me 2 options: list and manual. I try
list
>and it reports that it can not find a directory on the cd containing file
>rescue.bin.  I then try manual and have tried several trees here.  the one
that
>would seem appropriate is
>/dists/potato/main/disks-powerpc/2.2.16-2000-07-26/powermac/images-1.44/res
cue.bin
>
>This does not seem acceptable either. Any help  would be appreciated.
Sorry if
>this has been covered before. I could find nothing at the web site. I
tried IRC
>and there was no one that could help there. 
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
---

It's nice to be liked, but better by far to get paid -- Liz Phair



Re: Esound & Festival

2000-12-31 Thread Paul Clark
On Sat, 30 Dec 2000 13:48:36 -0800, Eric G. Miller wrote:

>Try running esd with the "-as " parameter.  That'll free the audio
>device after "" seconds which should allow festival to play
>directly without esd mucking it up.  You can do that in your
>~/.xsession.  Alternatively, if you run gnome-session, just turn off
>"sound server" in the control panel.
>
>-- 
>Eric G. Miller 

But festival reports an error and exits if esd is not available.

Paul Clark



Re: Java???

2000-12-31 Thread Michael P. Soulier
On Sun, Dec 31, 2000 at 12:15:27AM -0500, D-Man wrote:
> On Sat, Dec 30, 2000 at 06:18:16PM -0500, Michael P. Soulier wrote:
> > I thought that the JRE was depricated. That's what I read on the Java
> > homepage anyway. 
> 
> I highly doubt that.  The JRE is just the VM without the compiler.
> You can't deprecate the VM for an interpreted language :-).

The article I read said that they didn't want to support a separate
package anymore, and were telling people to just grab the JDK. *shrug*

Mike

-- 
Michael P. Soulier <[EMAIL PROTECTED]>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://www.storm.ca/~msoulier/personal.html


pgpAihB3xCNGQ.pgp
Description: PGP signature


Re: imwheel

2000-12-31 Thread Rob VanFleet
I'm assuming that since your KDE apps work correctly you have the ZAxisMapping
line in you XF86Config.  You don't need imwheel to make the wheel work with
netscape, just use this Xdefaults file kindly provided to me by Andrea
Vettorello:

http://linux.wku.edu/~rvf/Xdefaults.gz

You just need to gunzip into your home directory and add the following line to
your ~/.xsession file:

xrdb -merge $HOME/.Xdefaults

-Rob

On Sat, Dec 30, 2000 at 10:50:59PM -0800, Mircea Luca wrote:
> Hi
> 
> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
> simple.The wheel won't work in Netscape unless I open an xterm and start
> imwheel .The wheel works fine otherwise in other KDE apps altough if I
> do an "ps aux | grep imwheel " it will show only the grep which means
> AFAIK that imwheel doesn't work.
> I tried to make .xinitrc and exec imwheel -that didn't work .
> I know it's not related to kernel since it did the same thing with
> 2.2.18 and without devfs
> 
> Any ideas welcome
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: putting Apache into chroot()-prison

2000-12-31 Thread Nate Amsden
Nathan E Norman wrote:

> Do you realise you quoted 40 lines of the original message and added 1
> meaningful line?  What a waste of bandwidth.

hah. my 1meg dsl line runs average at 2.8% for the past week,
i got plenty of bandwidth to spare :P

http://portal.aphroland.org/mrtg/

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



imwheel

2000-12-31 Thread Mircea Luca
Hi

I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
simple.The wheel won't work in Netscape unless I open an xterm and start
imwheel .The wheel works fine otherwise in other KDE apps altough if I
do an "ps aux | grep imwheel " it will show only the grep which means
AFAIK that imwheel doesn't work.
I tried to make .xinitrc and exec imwheel -that didn't work .
I know it's not related to kernel since it did the same thing with
2.2.18 and without devfs

Any ideas welcome





mozilla and .mailcap (and realplayer)

2000-12-31 Thread Pedro I. Sanchez

Hello,

Does Mozilla read .mailcap? It looks to me that it doesn't. I am trying 
to incorporate support for the realplayer and a few other applications 
and I want to believe that there is an automatic way of doing this other 
than manually adding each mime type entry using the mozilla dialogs. Is 
this possible?


--
Pedro