Re: [gentoo-user] bind 9

2004-02-11 Thread Stephen Varga
On Wed, 2004-02-11 at 22:00, blade- wrote: > Hi All, > > This is OT but I will ask anyway. > Is anyone running bind 9.2 getting anything like this in there logs: > Feb 12 13:55:35.938 general: error: socket.c:: unexpected error: > Feb 12 13:55:35.938 general: error: internal_send: 244.254.254.

Re: [gentoo-user] Way OT: Doesn't IP need TCP or UDP for transport?

2003-12-04 Thread Stephen Varga
On Thu, 2003-12-04 at 22:39, Joshua Banks wrote: > Hello, > > I thought for any type of IP packet to go out onto the internet Zone > (passed the local default gateway) that the packet needed to use either > TCP or UDP to accomplish transportation? It is the overway around...TCP and UDP need IP to

Re: [gentoo-user] Rogue dhcp server

2003-10-27 Thread Stephen Varga
> Unfortunately I am not an admin, I'm a lowly student. The admins seem > to think that it is a config issue on my end, and refuse to even look > into it. Maybe I should stick gum in their hair or something suitibly > mature. Sorry to hear that you are unable to get the proper attention to

Re: [gentoo-user] Rogue dhcp server

2003-10-27 Thread Stephen Varga
On Sun, 2003-10-26 at 19:47, Chris I wrote: > Hi. > > I, and many others at my school are having a problem with (at least) > one person running a DHCP server on their laptops. People often get > invalid addresses due to this and cannot (easily) access network > resources. It's so far been fa

Re: [gentoo-user] Post Install Questions

2003-09-11 Thread Stephen Varga
I've had the same issues with that 3COM card when my kernel was compiled with SMP support. If you have SMP support enabled try disabling it the kernel and recompile it. HTH, Steve On Thu, 2003-09-11 at 02:59, Kevin Miller, Jr. wrote: > Okay, I have installed Gentoo 1.4 on my notebook. I have two

Re: [gentoo-user] More on-->Still can't compile kernel withmodules installed. They just aren't being read

2003-08-02 Thread Stephen Varga
On Sat, 2003-08-02 at 05:07, Peter Ruskin wrote: > On Saturday 02 Aug 2003 00:30, Bud Roth wrote: > > I've tried "depmod -a". I don't have multiple kernels on the box, so > > I don't see how there could be a conflict with the kernel and modules > > version. I did "make distclean". Then I moved a

Re: [gentoo-user] question

2003-07-12 Thread Stephen Varga
Rick, What Nathan and others have conculuded from the information you provided that is that the program you running is trying to create a hard-linked file across mount points, you can not do this, you can only create soft-links across mount points. I am guessing that when you built your Gentoo sy

Re: [gentoo-user] vim/gvim error

2003-06-30 Thread Stephen Varga
On Mon, 2003-06-30 at 15:03, [EMAIL PROTECTED] wrote: > On Mon, Jun 30, 2003 at 04:34:06PM +0800, Bill Kenworthy wrote: > > Just emerge updated the latest vim/gvim and am getting the error "E484: > > Can't open file /usr/share/vim/vim61/syntax/syntax.vim" on two systems. You need to modify the /et

Re: [gentoo-user] Samba + LDAP

2003-06-28 Thread Stephen Varga
Here is the command I used to create the certs for my ldap server openssl req -new -x509 -nodes -out server.pem -keyout server.pem -days 365 I got this from Turbo Bayour's LDAPv3-HowTo, which can be found here http://www.bayour.com/LDAPv3-HOWTO.html. You could probably find the more detail in th

Re: [gentoo-user] A problem with stable BaseLayout in 1.4

2003-06-26 Thread Stephen Varga
Ran into the same problem, I just re-emerge gawk and the baselayout finished without any issues. On Thu, 2003-06-26 at 12:08, Thomas T. Veldhouse wrote: > # emerge -up world > > These are the packages that I would merge, in order: > > Calculating world dependencies ...done! > [ebuildU ] sys-

Re: [gentoo-user] openldap + tls problem

2003-06-24 Thread Stephen Varga
-r--r--1 root root 415 Jan 8 22:43 ldap.conf HTH, Steve On Tue, 2003-06-24 at 05:31, Barry Kostjens wrote: > On Monday 23 June 2003 17:35, Stephen Varga wrote: > > I tried that, but I got exactly the same error: > > TLS trace: SSL3 alert read:warning:close notify

Re: [gentoo-user] openldap + tls problem

2003-06-23 Thread Stephen Varga
On Mon, 2003-06-23 at 10:50, Barry Kostjens wrote: > On Monday 23 June 2003 16:38, Stephen Varga wrote: > > Yes, that pem file is really there. > Can you tell me how you created your openldap.pem? >From Turbo F's How-To: http://www.bayour.com/LDAPv3-HOWTO.html openssl req -n

Re: [gentoo-user] openldap + tls problem

2003-06-23 Thread Stephen Varga
config. Tried that too, but doesn't work. > > On Monday 23 June 2003 14:11, Stephen Varga wrote: > > On Mon, 2003-06-23 at 04:16, Barry Kostjens wrote: > > > daemon_init: 1 listeners opened > > > slapd init: initiated server. > > > TLS: could not load veri

Re: [gentoo-user] openldap + tls problem

2003-06-23 Thread Stephen Varga
On Mon, 2003-06-23 at 04:16, Barry Kostjens wrote: > daemon_init: 1 listeners opened > slapd init: initiated server. > TLS: could not load verify locations > (file:`/ect/ssl/demoCA/cacert.pem',dir:`'). ^^^ this should probably be 'etc' It looks like you have a typo in your config

Re: [gentoo-user] Slow gigabit...

2003-03-09 Thread Stephen Varga
I believe that some of the Intel cards supports framesize uptp 64k for gigabit ethernet, check to see if the one you have does this. If it does you should get better throughput by increasing your MTU on each end. If it does you will probably have to play with the framesize to get the most efficie

Re: [gentoo-user] net config? problems

2003-03-07 Thread Stephen Varga
For your description of the problem it sounds like you do not have a defualt gateway specified in your linux system Do a 'netstat -rn' and see if you have a line that look similar to this '0.0.0.0 192.168.1.1 0.0.0.0 UG 40 0 0 eth0' If you do is it pointing to address

Re: [gentoo-user] pcmcia network card 3com 3CXFE575CT

2003-03-04 Thread Stephen Varga
I have that card working sucessfully on my Dell c600. I have the pcmcia drivers in the kernel disabled and using the pcmcia-cs package. The one gotcha is you can not have SMP enabled in the kernel, if you do the machine will lockup when the 'cardmgr' tries to init the card. HTH, Steve On Tue, 2

Re: [gentoo-user] Re:Problem env-update

2003-03-01 Thread Stephen Varga
Johan, emerge is the command that executes an ebuild, which is responsible for downloading, compiling, and installing a program on to the system. emerge sync command makes your 'portage tree' on your computer, which is where the ebuilds are stored, match the official Gentoo portage tree. Th

Re: [gentoo-user] Warning to hardware purchasers

2003-02-27 Thread Stephen Varga
You should not have to process a refund, since it is not legal to charge your credit card until the product ships. If they charged your card tell them to reverse it immediately and cancel the order, then call your credit card company and start the process to dispute the charges. Do you really want

Re: [gentoo-user] seq24 compile problem

2003-02-22 Thread Stephen Varga
ally lists the options that can be passed to the ./configure script. No ideas after that. Steve On Sat, 2003-02-22 at 12:15, Lerale Erwan wrote: > On Sat, Feb 22, 2003 at 12:06:40PM -0500, Stephen Varga wrote: > > Have you emerged 'gtkmm'? > > Yeah... gtkmm is emerged :) -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] seq24 compile problem

2003-02-22 Thread Stephen Varga
Have you emerged 'gtkmm'? >From the description it looks to be an API between C++ and GTK+2. On my system it appears nothing needed it so it is not been installed. It may be the same in your case. Steve On Sat, 2003-02-22 at 11:46, Lerale Erwan wrote: > Hello, > > I'm want to use this software