Re: [gentoo-user] Just cannot procmail filter gentoo-user!

2003-07-04 Thread Zachary P. Landau
> :0
> * ^List-Id:.*gentoo-user
> gentoo-user
> 

I use:
:0:
* ^Mailing-List:[EMAIL PROTECTED]
$MONTH/gentoo-user

Obviously change $MONTH if that's not what you want. I have my mail
automatically sorted by month. If anyone is interested in my setup, let
me know. It's really pretty nice. Every month I have the previous
month's emails passed through spam assassin's sa-learn, then the mailing
lists are deleted, and my Inbox and sent-mail are compressed. I thought
I'd mention it since I like it a lot and from what I've seen, very
people seem to do this.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo-user mail lag?

2003-07-04 Thread Zachary P. Landau
> Happy Fourth all,
>   I'm wondering if this is a problem on my end or on the Gentoo end 
> Both yesterday and today I've experienced periods of time when I've 
> received no list posts for several hours. Yesteday when I finally 
> recieved posts I got 34 at once. Today, about an hour ago I got 48, the 
> earliest from late last night this seems to indicate that I received no 
> posts for about 9 hours. Yesterday it was more like 3 hours without new 
> posts.
>   Additionally, a few of the posts have wierd dates (one was stamped 
> 2/18/05 with threaded replies from 2/18/03 another dated 8/30/03 was 
> apparently sent in March)
>   Has anyone else seen this?

Yeah, I've noticed the same thing. Yesterday I think someone mentioned
there being a problem too. Hopefully it will clear up soon :P

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] ad killer

2003-07-04 Thread Zachary P. Landau
> > Hi,
> > Anyone know of any ad killers for linux? Like banner
> > ads, popups, etc.
> 
> junkbuster should be in portage

It is, but I second a previous poster's advice to use privoxy. As
mentioned in the privoxy FAQ (http://www.privoxy.org/faq/index.html)
Junkbuster development has stopped a long time ago. Privoxy is based on
the junkbuster code but is in active development.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Databases - which one

2003-07-03 Thread Zachary P. Landau
>  As I wrote earlier :
> ]- firebird(interbase) - multiversioning engine(i.e not lock based), 
> small-footprint, install&forget, fork&threaded variants, 
> subselects/joins/triggers/etc all is there... very simple way to add new functions 
> via Delphi/Kylix or C (UDF)

Just for the curious, PostgrSQL has multiversioning, subselects, joins
(including outer joins) and triggers. Not sure about the other stuff.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Databases - which one

2003-07-03 Thread Zachary P. Landau
> I'm looking for a database for use on my home systems - 
> doesn't have to handle large transactions.  I was planning 
> on using PostGRESQL but noticed Firebird and was doing 
> some reading on it.  Any pros or cons, experiences of one 
> vs the other?

I know a lot of people like MySQL and if you are looking for an open
source database with the most utilities written for it, MySQL may win. I
happen to likst PostgreSQL a lot though. I haven't kept up with MySQL
development much, so I don't know what of the following it may already
have, but I PGSQL has sub-SELECTs and transactions. I'll admit though, I
don't really need these things that often. Mostly, I just PGSQL because
it gives me a warm feeling inside. No real reason beyond that.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Compiling Gentoo for another platform

2003-07-03 Thread Zachary P. Landau
> Hi.  I have an old K6-2 CPU that I would like to convert to a Gentoo
> machine.  It's pretty slow so I'd like to do all of the compiling on
> my Athlon.  Is there any documentation for doing this.  Can anyone
> point me in the right direction?

Your first option, of course, is distcc. That will allow distributed
compiling over a network. You can find a lot of information on that by
searching the gentoo mailing list and forums.

I may be wrong on this second option, but it seems to me that if you can
remove the harddrive, you could put it in the Athlon and compile
everything there. Make sure you compile with settings for the K6-2. When
you compile the kernel, make sure you are compiling with options for the
K6-2. Once everything is setup, put the harddrive back in the K6-2 and
then you can make little tweaks here and there if necessary.

If someone can spot a big flaw in this approach, please let us both know
:P

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] pcmcia and wlan (linksys wpc11)

2003-06-30 Thread Zachary P. Landau
On Sun, Jun 29, 2003 at 09:52:25PM +, Larry Wright wrote:
> I have a laptop with a wpc11 linksys card installed. I have emerged pcmcia-cs 
> and linux-wlan-ng, and recompiled my kernel based on the instructions in the 
> end of teh output from emerging pcmcia-cs, but I'm not quite sure what to do 
> next. Can anyone give me some pointers?

You'll need to setup /etc/pcmcia/wireless.opts with the settings for
your wireless network. for example, mine looks like this:

*,*,*,00:06:25:*)
  INFO="Instant Wireless Network PC Card"
  #ESSID="rit"
  ESSID="any"
  MODE="Ad-Hoc"
  RATE="auto"
  FREQ="2"
;;

then setup network.opts with your network settings

You may have to add an entry to your /etc/pcmcia/config file. I know I
had to for the same card. I added this:

card "Linksys WPC11 11Mbps 802.11b WLAN Card"
   version "The Linksys Group, Inc.", "Instant Wireless Network PC
   Card", "ISL37300P", "RevA"
   bind "orinoco_cs"

But yours may be slightly different. Now run /etc/init.d/pcmcia start or
do rc-update add pcmcia default.  You should hear a click or a beep.  If
not, try removing your card and then putting it back in.  Then type
ifconfig to see if it brought up your network. Or emerge 'wavemon' to
see if you are getting a wireless signal.

Check the log files if there is a problem.  Good luck.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Computer Reboots Instantly

2003-06-28 Thread Zachary P. Landau
> When I booted up the gentoo install cd on my computer, it booted fine. I
> installed everything, recompiled a new kernel, and rebooted.  The boot
> loader loads up, but as soon as it tries to load the kernel, the
> computer reboots.  Then I tried having grub use the install cd's kernel
> but with my root filesystem, and that booted just fine.
> 
> My question is, what type of kernel options could make the computer
> reboot before anything at all is displayed?  The only think I could
> think of is the optimization settings (but I think that would just lock
> it up) so I set those to 386 and it still happened.  I would just try a
> hit and miss type approach while playing around with options, but it is
> a slower machine and takes a while to compile the kernel.

I tried Spider's suggestion of using the /proc/config from the gentoo
boot cd and I still had the problem.  I'm wondering if when I thought I
had booted using the live cd's kernel if I actually just had the CD in
there and spaced out.  Who knows.  Anyway, I installed slackware 9.0 (my
previous love, before I tried gentoo) and compiled a kernel there, and
it worked.  So I figured I'd save the config file and try it with gentoo
again.  Well, this time it worked.  The only thing I consciously did
differently was I left a few more little options I wasn't sure if I
needed in, and I took out framebuffers.  One day, maybe when I upgrade
the gcc on my other machine so I can use distcc, I'll try enabling
framebuffers to see if that was really the problem.

Thanks to everyone for your suggestions.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Mutt and compressed mailboxes

2003-06-26 Thread Zachary P. Landau
> > open-hook \\.gz$ "gzip -cd %f > %t"
> > close-hook \\.gz$ "gzip -c %t > %f"
> > append-hook \\.gz$ "gzip -c %t >> %f"
> 
> Hm, this is strange, because I'm using the same .muttrc file on both
> my gentoo and debian box. I haven't defined those hooks anywhere, but
> still on debian it works...
> 
> Could this be a difference in the patches perhaps ?

It is possible. Maybe debian has their own version of a compressed
folders patch. It is also possible that there is a 'source' command in
the debian .muttrc that includes another file with the hook, but usually
mutt will report errors when you start up mutt. If you were missing a
file that had it, I would expect you to have been notified about it.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Computer Reboots Instantly

2003-06-26 Thread Zachary P. Landau
>Question, where did the 3rd line come from?
>This is what I get.
> cat /proc/config
> cat: /proc/config: No such file or directory
>I tried it on my IA32 and PA-RISC machines both gave the same response.

This is a newer option in the kernel config. I forget exactly where it
is, but you can add an option which creates /proc/config, which displays
which configuration options were compiled into the currently running
kernel. I don't know if the gentoo installation cd comes with the
support built in, but if not, I can just get the files used to build it.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Mutt and compressed mailboxes

2003-06-26 Thread Zachary P. Landau
> On my gentoo box, mutt doesn't recognize compressed mailboxes. When I
> try to open one, I get the message "blahblah.gz is not a mailbox". On
> debian however, I don't have problems with this. As you can see below,
> they both configurations show +COMPRESSED and the compressed patches. 

Make sure you add the proper hooks to your .muttrc file:

open-hook \\.gz$ "gzip -cd %f > %t"
close-hook \\.gz$ "gzip -c %t > %f"
append-hook \\.gz$ "gzip -c %t >> %f"

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Computer Reboots Instantly

2003-06-26 Thread Zachary P. Landau
> perhaps you should try:
> cd /usr/src/linux
> cat /proc/config >.config
> make oldconfig   (just hold down return, that selects defaults.)
> make dep && make -j4  modules bzImage  modules_install 
> mount  /boot
> cp arch/i386/boot/bzImage /boot/testkernel && sync &&  umount /boot
> cat << EOF > ~/add_to_grub
> title=Testkernel panicmode
> root (hd0,0)
> kernel /boot/testkernel root=/dev/hda3 init=/bin/sash
> EOF
> 
> this should make a new panic-mode bootable in your system, if that
> works, start tweaking from there :)

That's a great idea. I hadn't thought of that. Thanks a lot, I'll give
it a shot when I get home from work and see if it works.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Problem with scp

2003-06-25 Thread Zachary P. Landau
> The only problem I am having is with scp. I have openssh installed, and 
> can ssh into the box, but cannot copy files to the box with scp. When I 
> try, I get asked for my password (as expected), then the session just 
> sits there, doing nothing.

Make sure nothing in .bashrc creates any output. In fact, you might want
to try temporarily renaming the file. I have had this problem many times
and I think every time that was the problem.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Networking with ADSL?

2003-06-25 Thread Zachary P. Landau
> >I'm afraid you can't connect a modem to a hub (in this circumstance) :)
> >If your ADSL modem only has an ethernet port, your linux box will need two 
> >network cards.  One to connect the PC to the hub, and one to connect the 
> >PC to the modem.  If the modem has a USB port, and it's one of the 
> >(relatively few) ADSL modems with a Linux driver, you could connect it via 
> >USB and thus avoid the need for a second network card.
> 
> Wrong ;)
> i used this config for a while (before buying a second NIC on my gateway 
> ;p) :
> adsl model (ethernet) connected on hub, three pcs on th same hub (1 linux 
> gateway, 2 workstation under linux/win XP)

Actually, I had SNET DSL for a while, and we had the same setup. We
connected the dsl modem to the hub, and we could all connect at the same
time. We would each get our own IP and everything. SNET sure did a good
job setting up their network. Also, if we went to the webpage where it
reports how many hours you used that month, the cgi script would often
crash because we had more hours than there are in a month. 

Note that this is probably very rare :P

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] hardware clock

2003-06-24 Thread Zachary P. Landau
> > Do you have any power management stuff compiled into
> > the kernel? I had a
> > problem with ACPI stuff making my clock fall behind
> > as quickly as that.
> > If you have it on you might want to try taking it
> > out and seeing if that
> > helps.
> 
> Lol. Yes, this time when I compiled the kernel I think
> without needing to do so I thougth I'd try some power
> managment stuff, but I have no clue where it's located
> and stuff, if you could help that would be nice a
> whole bunch ;)

Go into General Setup.  Uncheck "Power Management Support" and ACPI
Support.  That may help.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] hardware clock

2003-06-23 Thread Zachary P. Landau
> I don't know what's happening but my computer clock
> keeps falling back, I went to the BIOS and changed it
> but after a day or so if fall back by like 10 mins.
> and keeps doing that. What could be causing this?
> Note: it's the windows clock too.

Do you have any power management stuff compiled into the kernel? I had a
problem with ACPI stuff making my clock fall behind as quickly as that.
If you have it on you might want to try taking it out and seeing if that
helps.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Where did my ping go?

2003-06-23 Thread Zachary P. Landau
> > My first question is, what package is ping in with gentoo?  I know
> > normally it is with netkit, but gentoo split up netkit into a bunch of
> > packages, and none of them seem to have ping in it.  Somehow within
> > the past day or so, ping disappeared.  I'm guessing I somehow unmerged
> > whatever package it was in, although that sounds unlikely to me.
> 
> It moved from netkit-base to iputils.

There we go.  It wasn't installed.  Thanks a lot :P

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -


pgp0.pgp
Description: PGP signature


[gentoo-user] Where did my ping go?

2003-06-23 Thread Zachary P. Landau

My first question is, what package is ping in with gentoo?  I know
normally it is with netkit, but gentoo split up netkit into a bunch of
packages, and none of them seem to have ping in it.  Somehow within the
past day or so, ping disappeared.  I'm guessing I somehow unmerged
whatever package it was in, although that sounds unlikely to me.

My second question is, is there a good resource to find out what package
a specific program is in, if you don't already have it installed?  It
would help in my situation, but there have been other times.  Some are
pretty obvious, but a lot of the little unix utilities don't come in a
package on their own, they are part of something much bigger.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Computer Reboots Instantly

2003-06-23 Thread Zachary P. Landau

I'll give it a try, but I don't think it is that.  I copied the gentoo
installation cd's kernel over the one I had, and then used my same grub
setup to boot the computer (ie: I didn't boot from the CD) and it worked
fine. 

> IIRC, sometime ago (may be a long time) someone on this list reported similar 
> problem.
> Try to search through the archives.
> If I'm right, it had something to do with incorrect grub configuration file, 
> but I can be mistaken. "Incorrect" in this case means wrong syntax 
> (unneccessary space or another symbol placed somewhere) - not wrong partition 
> setup.
> 
> Anyway, take a look at your grub.conf and if it's allright, search the 
> archives for your problem.
> 
> HTH,
> Dmitry.
> 
> On Sunday 22 June 2003 23:30, Zachary P. Landau wrote:
> > I know this isn't exactly gentoo-specific, but I think it is closely
> > related enough to be warranted.
> >
> > When I booted up the gentoo install cd on my computer, it booted fine. I
> > installed everything, recompiled a new kernel, and rebooted.  The boot
> > loader loads up, but as soon as it tries to load the kernel, the
> > computer reboots.  Then I tried having grub use the install cd's kernel
> > but with my root filesystem, and that booted just fine.
> >
> > My question is, what type of kernel options could make the computer
> > reboot before anything at all is displayed?  The only think I could
> > think of is the optimization settings (but I think that would just lock
> > it up) so I set those to 386 and it still happened.  I would just try a
> > hit and miss type approach while playing around with options, but it is
> > a slower machine and takes a while to compile the kernel.
> 
> 
> --
> [EMAIL PROTECTED] mailing list

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -


pgp0.pgp
Description: PGP signature


[gentoo-user] Computer Reboots Instantly

2003-06-22 Thread Zachary P. Landau

I know this isn't exactly gentoo-specific, but I think it is closely
related enough to be warranted.

When I booted up the gentoo install cd on my computer, it booted fine. I
installed everything, recompiled a new kernel, and rebooted.  The boot
loader loads up, but as soon as it tries to load the kernel, the
computer reboots.  Then I tried having grub use the install cd's kernel
but with my root filesystem, and that booted just fine.

My question is, what type of kernel options could make the computer
reboot before anything at all is displayed?  The only think I could
think of is the optimization settings (but I think that would just lock
it up) so I set those to 386 and it still happened.  I would just try a
hit and miss type approach while playing around with options, but it is
a slower machine and takes a while to compile the kernel.

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
Fingerprint: CD78 38F2 44EE 2AAB 7E09  D721 0B05 B230 24E5 AD99
-- -

--
[EMAIL PROTECTED] mailing list