Re: WIreless connectivity at boot

2005-11-11 Thread Jason Dewayne Clinton
On Monday 07 November 2005 04:00 am, Anthony Campbell wrote: > On 06 Nov 2005, Curtis Vaughan wrote: > > Angelina Carlton wrote: > > >Curtis Vaughan <[EMAIL PROTECTED]> writes: ... > > >>auto eth1 > > >>iface eth1 inet dhcp > > >>name Wireless LAN card > > >>wireless-essid CCCP > > >>wireless-key *

Re: quake4 installation

2005-11-05 Thread Jason Dewayne Clinton
On Saturday 05 November 2005 01:28 pm, debianista.deb wrote: > /root/.setup10040: No such file or directory ./setup.sh: line 207: > /root/.setup10040: No such file or directory The setup program seems > to have failed on x86_64/glibc-2.0 Try changing to the CD's root directory and typing 'bash set

Re: OT: Shared calendar server on Debian

2005-11-03 Thread Jason Dewayne Clinton
On Thursday 03 November 2005 01:47 pm, Caleb Walker wrote: > I am wondering if there are any suggestions for a shared calendar > system on Debian. My setup is as follows. I have a Cyrus, > Spamassassin, Procmail, Postfix and OpenLDAP running on a server that > I have in this office for mail flow

Re: identifying bottlenecks

2005-11-02 Thread Jason Dewayne Clinton
On Wednesday 02 November 2005 08:47 am, Marc Brünink wrote: > I've an application which should be as fast as possible. Therefore > I'm trying to identify the bottleneck of the system for this special > program. The application just uses 50 % of the CPU according to top. > So the bottleneck have to

Helpful hint for Kernel 2.6.14+ and Nvidia w/ Module-assistant

2005-11-01 Thread Jason DeWayne Clinton
The reason that the current version of module assistant is failing to build the NVidia driver against 2.6.14 sources is that you must do this first: hostname:/usr/src/linux-source-2.6.14# make prepare hostname:/usr/src/linux-source-2.6.14# make prepare scripts Then module-assistant will work. -