Re: [gentoo-user] Portage update

2004-02-08 Thread Sean Johnson
On Sat, 2004-02-07 at 16:08, Anthony Hoppe wrote:
 Is it safe to update Portage?  I've been reading about the problems
 some people have been having.  Has anybody been successful with the
 update?  Should I update?

No problems here on 4 different machines.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam-0.77 and saslauthd problem

2004-02-07 Thread Sean Johnson
On Sat, 2004-02-07 at 06:03, Christian Traber wrote:
 Hi,
 
 after upgrading pam to 0.77 cyrus-sasl authentication for cyrus and 
 postfix no longer works.
 
 saslauthd is configured to user pam
 
 and for example /etc/pam.d/imap has the following entries:
 
 authrequired/lib/security/pam_pwdb.so nullok shadow
 account required/lib/security/pam_pwdb.so
 
 
 now with pam-0.77 I get login errors like:
 
 ...
 Feb  7 10:52:00  imapd[26699]: badlogin: .xxx[xxx.xxx.xxx.xxx] 
 LOGIN [SASL(-13): authentication failure: checkpass failed]
 Feb 7 10:52:10  imapd[26699]: badlogin: .xxx [xxx.xxx.xxx.xxx] 
 CRAM-MD5 [SASL(-13): user not found: no secret in database]
 ...
 
 After downgrading to pam-0.75-r11 it works again!?
 
 
 Anyone alse such problems with the new pam-0.77?

I don't have any problems with pam-0.77, though I have to keep my
cyrus-sasl at 2.1.16, or everything goes haywire.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nvidia-kernel 5336-r1

2004-02-02 Thread Sean Johnson
On Mon, 2004-02-02 at 06:20, Norbert Kamenicky wrote:
 Hi Tommi
 IMHO, it is really VIA + nvidia problem, I met it on VIA chipset boards too
 (see my previous [EMAIL PROTECTED] ML)
 What chipsets u have on mainboard/VGA ?

For what it's worth, I'm experiencing this on an AMD-760MP chipset.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: The beauty of 2.6

2004-02-01 Thread Sean Johnson
Just adding to the list of good news. I've got 2.6.x kernels running
on two x86 systems, both with nptl turned on. One is my desktop system,
a dual athlon rig, and one is my internet box, a dual PIII Xeon rig. No
problems at all with either system.

I still have not moved my ultrasparc or alpha system to a 2.6 kernel,
but anticipate doing so here before too long.

Cheers,

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Using 2.6.* headers?

2004-02-01 Thread Sean Johnson
On Sun, 2004-02-01 at 11:04, Matt Wilson wrote:

  
  Hmmm Since upgrading to nptl which calls for an up todate glibc, linux 
  headera 2.6.x and kernel 2.6.x I haven't had any of the issues you 
   ^
 
 Where are linux-headers-2.6? I couldn't find them in portage.

When you utilize the nptl USE variable, it tells glibc to look in
/usr/src/linux for the required linux headers. So as long as you have a
2.6.x kernel at /usr/src/linux you'll be good to go.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Lightweight httpd

2004-02-01 Thread Sean Johnson
  I'm thinking of setting up a small httpd on my desktop computer. Since I
   have a dynamic IP and no extra box to use as a server, I just want
   something really simple that will let me serve static files, e.g.
   torrents, images, and the occasional MP3.
   
   Some programs that look interesting (found 'em all in portage) are: boa,
   monkeyd, cherokee, and fnord. Would anybody with experience in one or
   more of these share their opinion? Are there any others I'm missing?

You might want to look at aolserver. Don't let the name fool you, it's
actually a very nice and small webserver program.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: The beauty of 2.6

2004-02-01 Thread Sean Johnson
On Sun, 2004-02-01 at 11:38, Collins Richey wrote:
  Just adding to the list of good news. I've got 2.6.x kernels running
  on two x86 systems, both with nptl turned on. One is my desktop
  system, a dual athlon rig, and one is my internet box, a dual PIII
  Xeon rig. No problems at all with either system.
  
  I still have not moved my ultrasparc or alpha system to a 2.6 kernel,
  but anticipate doing so here before too long.
  
 
 Just curious.  So many reports about nptl/glibc problems, but you have
 none.  What applications are you using?
 
 I've been running 2.5/2.6 for six months with no problems, but no nptl.

On the desktop system, I use gads of stuff, including KDE, GNOME,
enlightenment (which is my primary window manager), OpenOffice, Abiword,
Gnumeric, gaim, evolution, samba, nfs, openldap, mysql, MozillaFirebird,
etc.

I'm running off of an nvidia card using the 4496 drivers, since they
seem to work better than the 5528 or 5532 drivers. I haven't tried the
5536 drivers yet.

On the internet system, it's a bit more stripped down, as it's a
headless box with more specific purposes, and is running stuff like
apache w/ssl,php,mod_perl, mysql, openldap, postfix, etc. 

As far as what I did when switching over to nptl in both cases, I first
booted from a 2.6 kernel. Then I added the nptl USE variable, and did an
emerge glibc. When that was done, I then did an emerge -e system. Then
as stuff broke, I recompiled it as well. Some of the more notable things
that I had to recompile were apache, mysql, php, and X (for the
desktop). In the case of X, it wasn't broken to the point of not
working, but it had become quite flaky. Since the recompile, it hasn't
given me any trouble.

Unfortunately, since I didn't run into any problems, I'm not very good
at offering any troubleshooting advice. :)

Hope this is the sort of thing you were looking for.

Cheers,

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] couple of questions.. PAM sysfs

2004-02-01 Thread Sean Johnson
On Sun, 2004-02-01 at 17:04, Ciaran McCreesh wrote:
 On Sun, 01 Feb 2004 15:26:50 -0500 Sean Johnson [EMAIL PROTECTED]
 wrote:
 |  mkdir /sys or use a newer baselayout.
 | 
 | Do you not need an fstab entry like:? 
 | 
 | none /sys   sysfs   default 0   0
 | 
 | I went ahead and made it without even thinking, just mimicing the
 | procedure used with proc.
 
 Nope. Newer baselayout versions do that for you. I'm pretty sure that
 even the stable baselayout will do it if /sys exists...

Sweeet ... thanks for the info!

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nvidia-kernel 5336-r1

2004-02-01 Thread Sean Johnson
On Sun, 2004-02-01 at 18:42, Jakub Krajcovic wrote:
 I can't really say what causes this, because when i launch X, everuthing
 is ok, it only happens after some time, probably has something to dio
 with the apps i run under X - not sure, haven't been poking into it yet.
 
 If anyone encountered this, could they pls confirm.

I get this same effect. It happens for me as soon as X starts. If I
startx, let the desktop load, and then Ctrl-Alt-F1, I get nothing but
blackness. It's not locked up, just dark. Ctrl-F7 pops me back into X,
which works fine.

I find this more than a little annoying myself, and am contemplating
going back to the 4496 drivers.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sasl fails to start

2004-01-27 Thread Sean Johnson
On Tue, 2004-01-27 at 21:12, Dj Statik wrote:
 Greetings List,
 
 I have just emerged cyrus-sasl as part of configuring a mail server,
 following the instructions found at
 http://www.gentoo.org/doc/en/virt-mail-howto.xml
 
 I created the file /usr/lib/sasl/smtpd.conf as described in the docs and
 then executed /etc/init.d/saslauthd start with the following result:
 
 
 [EMAIL PROTECTED]:~$/etc/init.d/saslauthd  start
  * Starting saslauthd...
 /usr/sbin/saslauthd: invalid option -- H
 usage: saslauthd [options]

I'm using a modified version of that virtual mail howto, and noticed
that the lastest sasl was broken. I put 

=dev-libs/cyrus-sasl-2.1.16

in /etc/portage/package.mask, reemerged the .16 version, and everything
started working again.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] does wine need nvidia-driver nvidia-kernel?

2004-01-27 Thread Sean Johnson
On Tue, 2004-01-27 at 14:59, Norbert Fabritius wrote:
 Hello everyone,
 
 I recently switched from a nvidia card to an ati card, and uninstalled the
 nvidia drivers. My next emerge -up world showed me that emerge wants to
 install nvidia-kernel and nvidia-driver packages again.
 I figured out that xscreensaver and wine are trying to install them,
 but is this really necessary, or is my old nvidia card irritating the
 dependency system?
 
 Hoping for answer,
 
 Nori

You might want to try opengl-update xfree

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is there a program simular to gimp

2004-01-10 Thread Sean Johnson
On Sat, 2004-01-10 at 00:19, Al Raq wrote:
 
 BTW, any gimp expert can recommend a good book for gimp ?
 

http://gimp-savvy.com/

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mpg to dvd format

2004-01-10 Thread Sean Johnson
I would suggest using Google ... searching for linux mpg dvd produced
these links as number 1 and 2 ...

http://linuxgazette.net/issue83/stoddard.html
http://dominia.org/djao/dvdsub-5.html

Sean

On Sat, 2004-01-10 at 10:33, [EMAIL PROTECTED] wrote:
 Hi,
 
 Finaly i got a standalone dvd player for my TV. With wat program can i now convert 
 my mpg movies so that i can play them on my TV ?
 (And if possible a easy program ;-) )
 
 TIA
 Patrick


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sharing /usr/portage across machines?

2004-01-04 Thread Sean Johnson
On Sat, 2004-01-03 at 22:02, Tom Fredrik Blenning Klaussen wrote:
 On Sat, 2004-01-03 at 04:47, [EMAIL PROTECTED] wrote:
  I nfs-share /usr/portage.  It works fine for me.
 
 When talking about sharing /usr/portage I do it at home, but I get a
 huge performance hit when it comes to dependency calculation.

This is exactly why I just nfs share /usr/portage/distfiles, and then
let all the machines sync their portage tree from a local machine on the
lan.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gnucash 1.8.8 emerge failure...

2004-01-04 Thread Sean Johnson
On Sun, 2004-01-04 at 19:37, Robert G.Waycott wrote:
 
 From: Budd, Tracy [EMAIL PROTECTED]
 Date: 2004/01/04 Sun AM 09:02:14 EST
 To: Gentoo-User (E-mail) [EMAIL PROTECTED]
 Subject: [gentoo-user] gnucash 1.8.8 emerge failure...
 
 These are the last few lines of the gnucash emerge before it dies:
 
 ./build-help-index \
 ./dbadd \
 ./help-search-index.db \
 ../help/C/gnucash-help/*.html \
 ../guide/C/gnucash-guide/*.html;
 Error writing data.
 
 Any one have any ideas?
 TIA
 -Tracy
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 Can I hazard a guess that you are running the 2.6 kernel? From what I understand, 
 this is an issue with the 2.6 kernel ... erm, if I was at home, I'd be able to be 
 more specific. Being really vague here, it requires a patch to use db4 as opposed to 
 db2, I think ... Please don't shoot me if I just mistated that. I DO know that it is 
 a problem with db usage between the two kernel versions and what gnucash expects to 
 do. And, of course, I cannot really remember where I found this. I think it was on 
 Gentoo bugzilla or the forums.
 
 Neuros.
 
 --***--
 'Esse quam videri.'
 To be, rather than to appear.

This isn't 2.6.x related. GnuCash hasn't built correctly for many
versions/ebuilds now. There's a running bug report on it, with some tips
on methods to get around the exact failure you're seeing here.

Sean


--
[EMAIL PROTECTED] mailing list



Re: Re: [gentoo-user] gimp and gif files

2004-01-04 Thread Sean Johnson
On Sun, 2004-01-04 at 19:43, Robert G.Waycott wrote:
 
 From: Ernie Schroder [EMAIL PROTECTED]
 Date: 2004/01/04 Sun AM 09:17:40 EST
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] gimp and gif files
 
 Collins,
   My .gif is greyed out in the pull down list too but I can save a 
 file as a gif by selecting save by extension and naming the file 
 xxx.gif. I can then successfully open that file. I'm not sure why 
 this happens but it may have something to do with the gif format and 
 the GPL. I seem to remember some patent cruft a while back. 
 
 
 There is definitely patent/copyright issues. I think they expire sometime in 2004?
 Either way, there can be no open-source program that creates gifs ... somehow this 
 is the way thing are ...
 
 Neuros.
 
 I offer no warranty with this advice.
 
 --***--
 'Esse quam videri.'
 To be, rather than to appear.

That's simply not true. The problem isn't with the gif format, but
rather the lwz compression that is commonly used in conjunction with the
gif format.

Depending on what country you're in, you can legally use the gif
libraries with lwz compression. To that end, you can either

  emerge giflib (with lwz)

or 
  
  emerge libungif (without lwz)

If you then compile gimp again, it should pickup gif support from either
of these libraries when the configure script runs. I have the 1.3.23
version of gimp installed, and I have gif support, as I had one of these
libraries installed before I compiled the gimp.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge nvidia

2004-01-04 Thread Sean Johnson
On Sun, 2004-01-04 at 20:04, Mark Knecht wrote:
 Hi,
Quick question. I have a machine that runs an nVidia graphics
 adapter. It appears to have nvidia-glx and nvidia-kernel emerged. (I did
 this 2 months ago and cannot find any notes on what I did.) 
 
I just built a new kernel for it and wanted to check that following
 the booting of the new kernel I just need to emerge these two packages
 again to have acceleration work correctly.
 
 Thanks,
 Mark

Actually you just need to reemerge nvidia-kernel, although emerging both
certainly won't hurt anything. Also make sure your /usr/src/linux points
to the same kernel that you're using.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] To upgrade or Not/to upgrade the kernel??

2004-01-03 Thread Sean Johnson
In your grub.conf make sure you have a -old entry. When you build your
new kernel, rename your current one to something like bzImage.old
(making sure you are consistent with your naming scheme in grub.conf).

If the new kernel doesn't work for you, reboot, and select the -old
kernel from the grub list.

Sean

On Sat, 2004-01-03 at 01:30, Joshua Banks wrote:
 Hello,
 
 Is it safe to upgrade from 2.4.20-gentoo-r7 to 2.4.22-gentoo-r2?
 This is a grey area for me still. I'm slowly gaining experience though.
 
 Where does one look to find out what has changed from 1 version of
 specific kernel sources to the next. I suppose this would also help in
 justifying an upgrade.
 
 I'm alittle sqeemish or apprehensive in upgrading because
 2.4.20-gentoo-r7 has been working fine for the last 4 months without
 issue. Last time I upgraded it seemed like a bunch of stuff broke and
 had to be remerged. Foomatic, iptables, and some others. I don't know
 if this is because I'm a newb but it was very frustrating trying to get
 my system, firewall, printing,,, ect.. ect.. in working order again.
 
 Thanks for any suggestions.
 
 Joshua Banks
 
 __
 Do you Yahoo!?
 New Yahoo! Photos - easier uploading and sharing.
 http://photos.yahoo.com/
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] DJBDNS setup

2004-01-03 Thread Sean Johnson
Here's a snippet from the data file I use on my webserver:

#gutenpress.org
Zgutenpress.org:ns1.gutenpress.org:sean.gutenpress.org
gutenpress.org:12.44.218.240:ns1.gutenpress.org
@gutenpress.org::ns1.gutenpress.org:0
.243.218.44.12.in-addr-arpa::ns1.gutenpress.org
+gutenpress.org:12.44.218.240
+www.gutenpress.org:12.44.218.240
+mail.gutenpress.org:12.44.218.240
...

I'm pretty sure I got the syntax from the djbdns site somewhere, but
it's been a while since I initially set this up. It may not be the most
optimal setup, but it's worked for me for a long time now.

Hope this helps ...

Sean

On Sat, 2004-01-03 at 19:03, Steve B. wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I have tried both.. neither seem to work. Below is my config
 
 #define the authoritative nameserver
 .mydomain.net::ns1.mydomain.net
 
 #mail exchanger
 @mydomain.net::mail.mydomain.net
 
 #Machine IP's
 =hostname.mydomain.net:my.static.ip
 
 #Machine aliases
 +ns1.mydomain.net:my.static.ip
 +mail.mydomain.net:my.static.ip
 +www.mydomain.net:my.static.ip
 
 I can ping my static ip no prob, but can't ping domain (eg mydomain.net or 
 ns1.mydomain.net)
 
 
 Here is the output from nslookup
 
 nslookup
  mydomain.net
 Server:   210.117.65.1
 Address:  210.117.65.1#53
 
 ** server can't find mydomain.net: NXDOMAIN
 
 
 
 On Saturday 03 January 2004 16:44, Peter Wu wrote:
  On Sat, Jan 03, 2004 at 10:32:21PM +, Steve B. wrote:
   Ok... first problem.  Let me walk you through what I have completed so
   far
  
   1. I emerged djbdns
   2. I ran the dnscache and tinydns-setup config scripts
   3. I ran 'rc-update add svscan default
   4. rebooted
  
   after dealing with some permission errors (I forgot to change the group
   and owner of the log dirs) all seems to go well. (however a ps -A shows
   supervise running in six different proc)
  
   5. Changed /etc/init.d/net.lo ip and gw to 192.168.0.0
   6. Changed /etc/hosts to include a second entry for 192.168.0.0 that
   reads machinename.my-FQDN
  
   (however when I boot the machine it still says machinename.localhost)
  
  
   7. following the instructions at http://www.lifewithdjbdns.com I get the
   part about editing the data for tinydns and the example it gives is
  
   #define the authoritative nameserver
   .example.com::ns1.example.com
   #mail exchanger
   @example.com::mail.example.com
   #IP for machine1,2,3,4,5
   =machine1.example.com:1.2.3.1
   =machine2.example.com:1.2.3.2
   =machine3.example.com:1.2.3.3
   =machine4.example.com:1.2.3.4
   =machine5.example.com:1.2.3.5
   #machine5 is also known as ns1
   +ns1.example.com:1.2.3.5
   #machine1 is our mailserver
   +mail.example.com:1.2.3.1
   #and our webserver
   +www.example.com:1.2.3.1
  
   My question is... is the IP addy my private network IP (192.168.0.0 )  or
   my static IP addy?
 
  Use the static IP available to the Internet if you want your domain to be
  reachable by the public.
 
 - -- 
 
 Perhaps human's greatest vanity is the belief
 that there is only one way to the divine. 
 (Scott Cunningham)
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/91hSCY3CQTSteGwRAv+JAJ43kzM7TFdYWxF2uz8ieImzHIk+vACgiGmL
 J9lfL9pT5pmo+Hzo/BeL0JU=
 =t8gk
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] K3B v0.10 with DVD support

2004-01-03 Thread Sean Johnson
Looking at the RDEPEND of k3b-0.10.3-r2.ebuild:
  
  RDEPEND=${RDEPEND} sys-apps/eject
=app-cdr/cdrtools-1.11
=app-cdr/cdrdao-1.1.7-r3
media-sound/normalize
dvdr? ( app-cdr/dvd+rw-tools )
dvd? ( media-video/transcode media-libs/xvid )

it looks like it does have it ... though you may need to use the dvd
and/or dvdr USE variables.

Sean


On Sat, 2004-01-03 at 17:39, Gerhard W.Gruber wrote:
 I was looking for some decent burning software and emerged k3b. Since I wanted
 to burn DVDs I was not really glad to see that k3b doesn't support this. Now I
 looked if it is possible to do this anyway and I found a mail from 14th
 October saying that k3b v0.10 is available which supports DVDs via
 dvd+rw-tools. 
 Now I wouldd like to know if and when it is planned to get this into portage?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sharing /usr/portage across machines?

2004-01-02 Thread Sean Johnson
I nfs mount the /usr/portage/distfiles directory for my other machines,
and then have their portage setup to sync with the parent machine's
portage tree. The setup seems to work real well for the three machines
here at the house.

Sean

On Fri, 2004-01-02 at 16:36, Manuel McLure wrote:
 I have two machines running Gentoo - one is an Athlon XP updated to 
 latest ~x86, the other is a plain Athlon updated to x86. I'd like to 
 have only one copy of /usr/portage that I NFS mount from one machine to 
 another, so I can save disk space and network bandwidth (i.e., only do 
 emerge sync once, only download files into /usr/portage/distfiles 
 once, etc.)
 
 As far as I can tell, all the host-specific stuff is outside 
 /usr/portage - is there any reason I can't just NFS mount /usr/portage 
 it from one machine to the other?
 
 Thanks!
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage over nfs

2003-12-16 Thread Sean Johnson
For what it's worth, I nfs mount /usr/portage/distfiles and have the one
machine with an internet connection also be an rsync server. Other
gentoo machines on the network get their sync from the local machine,
and then share the same distfiles over nfs.

Perhaps not the best way to go about it, but it works for my
environment.

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] libssl: error

2003-11-10 Thread Sean Johnson
ln -si /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.0.9.6

where libssl.so.0.9.7 is the new lib, and libssl.so.0.9.6 is the old lib
that the packages compiled against it are wanting.

As far as what packages need recompiling, any that were compiled against
the 0.9.6 libs.

Sean

On Mon, 2003-11-10 at 22:42, Gëzim Hoxha wrote:
  As a stopgap, you can symlink the new lib file to
  the name of the old
  one, and it will work long enough to recompile the
  packages that use the
  old.
 Where is this old and new lib file you're talking
 about? And what packages need recompiling?
 
 
 
 Man I thing I did itbroke gentoo that is :(
 
 __
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 http://antispam.yahoo.com/whatsnewfree
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] optimum disk performance

2003-11-01 Thread Sean Johnson
For what it's worth, I use the -u1 flag on both my DVD-ROM and my
DVD-RW. Why? Well, it was driving me nuts that anytime I would copy
large amounts of data from the DVD-ROM or burn a DVD-R that the data
rate on my modem went to almost zero. Turns out that since the COM port
interrupts aren't considered as important as the IDE interrupts, that
the modem was simply getting no interrupt time. Or at least this is
how I understood what I could find via google. Unmasking the irq on both
devices completely fixed the problem. Occassionally when I switch
kernels, I think about checking to see if the setting is still required,
but I haven't tried it recently.

Just my 2c.

Sean

On Sat, 2003-11-01 at 16:57, Hemmann, Volker Armin wrote:
 On Saturday 01 November 2003 21:17, Dennis Freise wrote:
  On Thu, 30 Oct 2003 19:13:22 +0100
  Hemmann, Volker Armin [EMAIL PROTECTED] wrote:
 
  Hi Volker,
 
   hdparm -d1 -c1 -u1 should be save.
 
  Are you sure that -u1 is safe? I've read the hdparm man page,
  but I (obviously) didn't understand it in full - is -u1 safe for
  _all_ chipsets now (got some sort of CMD640 chipset...) ?
  If it is, what can I expect from it concerning speedup ?
 
 as man hdparm says:
  -u Get/set interrupt-unmask flag for the drive.   A  setting  of  1
   permits  the driver to unmask other interrupts during processing
   of a disk interrupt, which greatly improves Linux's  responsive-
   ness and eliminates serial port overrun errors.
 
 the chipsets mentioned there are from the stone age of ide-controllers. If you 
 have one of them, you do not need to worry about dma etc ;o) And man hdparm 
 further says, that the kernels 2.0.13 and later incorporate an apropriate bug 
 fix. If you do not believe man, don't use it.
 
 I am using this options since ages without probs but with other chipsets. (SiS 
 735, 746, hpt366 ,  via kt133 (I do not know the southbridge anymore, AFAIR 
 an udma 66 type.))
 
 Glück Auf
 Volker


--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] squid

2003-10-31 Thread Sean Johnson
I'm also behind a modem *sigh*

The machine that has the modem attached to it is running squid, and all
other machines on the network (two other gentoo machines, and one WinXP
machine) use the squid on the dialup machine for their proxy. I'm also
using djbdns and have dynamic dns with dhcp running, so any machine can
dhcp on the network, and automagically be able to get to the internet
and see the other machines on the network via local dns name resolution.

As far as squid making a difference, I can tell a _huge_ difference. Of
course I'm also using adzapper in concert with squid so all banner ads
and counters are blocked. This along speeds up page loading
significantly. All the browsers are also using their local disk cache.
If I turn off the proxy and have them directly connect to the
internet, then there is a very noticable slowdown in page loads, so I
think squid is helping quite a bit.

I have my squid set up to use a crazy amount of disk space (hard drives
are so cheap these days), and to hold large files more persistantly
than smaller files. This is all configurable in the squid.conf file,
which is _heavily_ commented. As far as memory goes, since the machine I
have it running on isn't doing much anything else, I let it take a large
slice of the available RAM, but keep in mind that even if it has to pull
the cached content off the platters of the hard drive, that's still a
_considerable_ speed up from having to pull that content through the
modem.

Just my 2c.

Sean

On Thu, 2003-10-30 at 09:45, Joshua Banks wrote:
 Since you guys/gals are on the Squid subject, I would like to get some squid-user 
 opinions if
 possible without having to join the squid list and get flame-broiled.
 
 Currently I'm behind a dialup. Gentoo server acts as the (Shorewall) firewall and 
 gateway for 3
 win98 pc's. I just installed djbdns using its dnscaching service (2MB cache seems 
 more than
 sufficient) and it makes quit a big difference once the frequented dns lookups are 
 cached. (Thanks
 to all who helped BTW) :D (BTW... Mike W did you get my Cyber Sorry?) Heh.. Heh..
 
 Trying to make the dialup lan as efficient as possible I was thinking of installing 
 Squid as well
 for its caching capabilities. Knowing that Mozilla (on Gentoo) and Win98 IE on 
 Windows do their
 own caching would I see a considerable difference if it were configured as/for a 
 Transparent proxy
 and caching capabilities? (unsure of the exact extent of what type of caching Squid 
 does)
 
 If I were to install it, how much memory does it need at a minimum considering all 
 other browsers
 are caching some content? Once the cache fills does it start pushing old stuff out 
 to make way for
 the new?
 
 384MB of PC-133 SDRAM, a 20-gig ATA-66 ide drive using upto 500megs of swap if 
 needed.
 
 Thanks,
 Joshua Banks
 
 __
 Do you Yahoo!?
 Exclusive Video Premiere - Britney Spears
 http://launch.yahoo.com/promos/britneyspears/
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] squid

2003-10-30 Thread Sean Johnson
As far as page compression, I do that server side on my webserver.
mod_deflate is the module for apache2 ... it's called something else
(mod_gzip?) with apache1.

I'm behind a modem, unfortunately, and noticed a significant difference
in page load times. 

I would think that html/txt/css compression would start to become a
default setting on most web servers.

Sean

On Thu, 2003-10-30 at 06:42, Lucas wrote:
 I can't remember the name now, but I know there's at least one program
 to dynamically compress pages and reduce quality of the jpeg images.
 Most browsers support compressed content and you are suposed to get an
 extra boost because small files take less to load.
 
 -
 Saludos,
  Lucasmailto:[EMAIL PROTECTED]
 
 -
 Original message
   I just figured out how to use Webmin to change this. The reason I setup
   Squid is because I'm dialing-in to a server that's running on a partial
   T1. Right now, I have the server NAT'ing my connections out to the
   internet. I'm hoping to get a bit of a speed boost by using a proxy on
   the server instead. Am I wrong here?
 
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6.0_beta8

2003-10-19 Thread Sean Johnson
It seems to be working fine here:

Linux poo.home.local 2.6.0-test8 #1 SMP Sat Oct 18 20:16:43 EDT 2003
i686 AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux

I'm using scsi emulation for my Plextor PX-708A, and haven't had any
troubles burning under the 2.6.0-test8 kernel. ALSA seems to be playing
nicely, and even the nvidia kernel module seems to be happy.

I don't have ipv6, but that's just because I'm not really ready to start
playing with it yet.

Sean


On Sun, 2003-10-19 at 13:06, rh wrote:
 Any one manage to get the latest development-sources to compile. I had
 to remove ipv6 support in order to do it; not that that matters much but
 it may someday.
 
 Of course, even when I do get it to compile, it won't boot. Totally
 freezes when initializing scsi emulation for my cdrw.
 
 And 2.6.0_beta7 works so well on my computer...for one, I was finally
 was able to get sound and direct rendering working.
  
 r.
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo Poll #8

2003-09-15 Thread Sean Johnson
The question is:

Where did you first hear about gentoo?.

I'm pretty sure it was slashdot ... 

Sean


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] etc-update and fstab...

2003-08-03 Thread Sean Johnson
I don't know how feasible it'd be, but I think if the files that are
getting updated could be contextually grouped that that could help quite
a bit.

So instead of having the list of 25 config files, there are sections A B
and C where A is something like system files, be very careful here, B
is startup files, you can safely update all of these, and C
application files, depending on your configuration you may want to be
careful here.

The trick would be being able to select -5 for group B, then -3 for
group C, and then hand walk group A, or some such combination.

Anyway, just a thought. If this isn't doable with the current structure,
feel free to toss it aside.

Sean


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


Re: [gentoo-user] spamassassin postfix msql virtual domains

2003-07-06 Thread Sean Johnson
For what it's worth I'm using a .forward to redirect to procmail, and
then invoking spamassassin (as well as mail sorting) through
.procmailrc. This seems to be working quite well.

Sean

On Sun, 2003-07-06 at 19:23, blade- wrote:
 that helps. thanks
 
 Matthias F. Brandstetter wrote:
 
 -- quoting blade- --
   
 
 Has anyone worked out how to get spamassassin working with the The
 Virtual/Mailhost HOWTO
 http://www.gentoo.org/doc/en/virt-mail-howto.xml, procmail sends
 the messages to well who knows but I dont get them. Or is there a
 way to get postfix to use spamassassin without procmail.
 
 
 
 Look at this link [1], I think that's what you are looking for. Look 
 into their files section, they have several handy scripts for Postfix 
 there, one for using Postfix+SA as well.
 
 Greetings, Matthias
 
 footnote:
 [1] http://www.securitysage.com
 
   
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 


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


Re: [gentoo-user] Kernel choice and ACPI

2003-07-04 Thread Sean Johnson
You might want to give the latest dev kernel a whirl ... I've had very
good experiences with 2.5.74.

Sean

On Fri, 2003-07-04 at 00:29, Christian Aust wrote:
 Hi all,
 
 gentoo-sources 2.4.20-r5 is nice and powerful, but unfortunately has 
 older ACPI sources which my laptop desperately needs (Compaq EVO N800C, 
 acpi-only). So I'm wondering:
 
 Can I update/patch acpi of gentoo-sources to some version more current?
 
 I guess not, since those patches rely on the version of source code they 
 are intended to be applied to. However, I also tried to use 
 vanilla-sources 2.4.21 and apply the -ck3 patch. It builds and compiles 
 seamlessly using gcc-3.2.2, but when this kernel starts, it panics when 
 it tries to enumerate the LUNs of my IDE controller. The message reads 
 wrong operand ; kernel bug in sched.c:1171 and then it halts.
 
 Can anybody please give me some advice on how I could fix this, either 
 update acpi of gentoo-sources or fix that error of the ck3-patched 
 vanilla-sources? Your help is greatly appreciated. Best regards,
 
 -  Christian


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


Re: [gentoo-user] ad killer

2003-07-03 Thread Sean Johnson
I use squid  adzapper ... works quite well, and helps make webbrowsing
from a modem a little less painful.

Sean

On Thu, 2003-07-03 at 19:33, Gëzim Hoxha wrote:
 Hi,
 Anyone know of any ad killers for linux? Like banner
 ads, popups, etc.
 
 Thanks,
 ZiM
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 
 --
 [EMAIL PROTECTED] mailing list
 


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