nvidia 6800 GS Random Choppy Performance

2006-06-20 Thread Andrew Nelson
Hello all,

I have a EVGA 6800 GS video card that doesn't seem to be working
correctly.  Here's the symtoms.

1. System runs perfectly fine for a bit.
2. Some random moment in time later everything becomes very choppy.
3. Start up a 3d app like ppracer or glxgears.  (for just a second or two)
4  2D apps run perfectly fine for a bit.
5. Some random moment in time later everything become very choppy.

Does anyone have any ideas where I could start looking to explain problems
like this?

//andy




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



Re: xorg upgrade error

2006-05-02 Thread Andrew Nelson
Tim wrote:
> Andrew Nelson wrote:
> 
> 
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282
>>
>> I was able to fix this problem by getting the deb source, applying the
>> patch and building the deb and finally installing the newly build deb.
>>
>> //andy
>>
> I've downloaded the source and applied the patch, but I have no idea how to
> make a deb from this patched source. 
> How do I make a package from this source tree? 
> 

http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html


Here's what I did --

compdeandy% cd /usr/src/apt
compdeandy% mkdir xorg-cruft
compdeandy% cd xorg-cruft
compdeandy% ls
compdeandy% apt-get source xserver-xorg
Reading package lists... Done
Building dependency tree... Done
Need to get 740kB of source archives.
Get:1 http://ftp.us.debian.org unstable/main xorg 1:7.0.15 (dsc) [907B]
Get:2 http://ftp.us.debian.org unstable/main xorg 1:7.0.15 (tar) [739kB]
Fetched 740kB in 9s (82.0kB/s)
gpg: Signature made Thu Apr 27 23:30:17 2006 CDT using DSA key ID D63469DF
gpg: Can't check signature: public key not found
dpkg-source: extracting xorg in xorg-7.0.15
dpkg-source: unpacking xorg_7.0.15.tar.gz
compdeandy% wget
'http://bugs.debian.org/cgi-bin/bugreport.cgi/xserver-xorg-1%253A7.0.15-preinst-fix-swb.patch?bug=365282;msg=10;att=1'
-O xserver-xorg-1:7.0.15-preinst-fix-swb.patch
--09:19:19--
http://bugs.debian.org/cgi-bin/bugreport.cgi/xserver-xorg-1%253A7.0.15-preinst-fix-swb.patch?bug=365282;msg=10;att=1
   => `xserver-xorg-1:7.0.15-preinst-fix-swb.patch'
Resolving bugs.debian.org... 140.211.166.43
Connecting to bugs.debian.org|140.211.166.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-patch]

[ <=> ] 795   --.--K/s

09:19:21 (94.25 KB/s) - `xserver-xorg-1:7.0.15-preinst-fix-swb.patch' saved 
[795]

compdeandy% cd xorg-7.0.15/debian
compdeandy% patch -p0 < ../../xserver-xorg-1:7.0.15-preinst-fix-swb.patch
patching file xserver-xorg.config.in
compdeandy% cd ..
compdeandy% dpkg-buildpackage -rfakeroot -uc -b
dpkg-buildpackage: source package is xorg
dpkg-buildpackage: source version is 1:7.0.15
dpkg-buildpackage: source changed by David Nusinow <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture i386
.
.
.
compdeandy% cd ..
compdeandy% ls
libglu1-xorg-dev_7.0.15_all.deb
libglu1-xorg_7.0.15_all.deb
x-window-system-core_7.0.15_all.deb
x-window-system_7.0.15_all.deb
x11-common_7.0.15_i386.deb
xlibmesa-dri_7.0.15_all.deb
xlibmesa-gl-dev_7.0.15_all.deb
xlibmesa-gl_7.0.15_all.deb
xlibs-data_7.0.15_all.deb
xlibs-static-dev_7.0.15_all.deb
xorg-7.0.15
xorg-dev_7.0.15_all.deb
xorg_7.0.15.dsc
xorg_7.0.15.tar.gz
xorg_7.0.15_all.deb
xorg_7.0.15_i386.changes
xserver-xfree86_7.0.15_all.deb
xserver-xorg-1:7.0.15-preinst-fix-swb.patch
xserver-xorg-input-all_7.0.15_i386.deb
xserver-xorg-video-all_7.0.15_i386.deb
xserver-xorg_7.0.15_all.deb
compdeandy%



I don't remember what debs I installed but you definately need
"xserver-xorg_7.0.15_all.deb".

Hope this helps

//andy





//andy




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



Re: xorg upgrade error

2006-05-01 Thread Andrew Nelson
Tim wrote:
> I'm getting the following error after a recent apt-get upgrade:
> 
> xserver-xorg failed to preconfigure, with exit status 10
> (Reading database ... 103577 files and directories currently installed.)
> Preparing to replace xserver-xorg 1:7.0.1
> (using .../xserver-xorg_1%3a7.0.15_all.deb) ...
> dpkg: error
> processing /var/cache/apt/archives/xserver-xorg_1%3a7.0.15_all.deb
> (--unpack):
>  subprocess pre-installation script returned error exit status 10
> xserver-xorg postinst warning: not updating /etc/X11/xorg.conf; file has
>been customized
> Errors were encountered while processing:
>  /var/cache/apt/archives/xserver-xorg_1%3a7.0.15_all.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> 
> This is a recent install of debian sid. I can't find anything about this
> error in any of the logs and google doesn't find anything relevant.
> 
> How can I go about fixing this?


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282

I was able to fix this problem by getting the deb source, applying the patch and
building the deb and finally installing the newly build deb.

//andy




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



Re: nvidia module and 2.6.16 kernel problem

2006-03-28 Thread Andrew Nelson
H.S. wrote:
> I have installed the new 2.6.16 kernel on two machines running Debian
> Sid and tried to install nvidia module. On both machines, the module
> compilation (using module-assistant) fails with some error messages
> (IIRC there was some error about rlim structure not being defined).
> 
> Searching google has hinted that there is a patch for nvidia package
> from Nvidia. I was wondering if a Debian nvidia package is forthcoming
> that fixes this problem.
> 
> ->HS
> 
> 
> 


I've applied the following patch and everything seems to work fine.

http://bugs.debian.org/cgi-bin/bugreport.cgi/nvidia-kernel-source_1.0.8178-2.diff?bug=357992;msg=15;att=1


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



possible to set nolisten on dhclient

2006-02-07 Thread Andrew Nelson
Hello,

I'm running a workstation that uses dhcp to gets it's ip address.  Everything
works fine but I'm hate open ports.  Is it possible to tell dhclient to not
listen on udp 68?

I have a firewall blocking the port already but like a say I hate open ports and
I don't think this one need to be open.

Thanks much

//andy


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



xterm not dealing with long lines of typing correctly

2006-01-25 Thread Andrew Nelson
Hello all,

Recently I've noticed my xterm's doesn't seem to be handling line wrapping of
commands correctly.  Instead of wrapping to a new line the characters start
wrapping back on the current line.

Does anyone have any idea what I need to do to fix this?

Thanks much

//andy


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



alien and --patch

2005-12-06 Thread Andrew Nelson
Hello all,

I'm creating .debs of the oracle-xe rpm.  Currently I'm able to create a .deb
package by asking alien to generate (--generate) the package directory,
modifying the oracle scripts to work with debian, and then running debian/rules
binary within the alien generated directory.

This all works fine, but I was hoping the --patch option to alien would allow me
to generate a patch so in the future I can do something like this:

alien --to-deb --patch mypatchfile.patch --test --scripts oracle-xe.rpm

This way I can create my patch file and send the patch to friends if they ever
need to generate a working .deb of the oracle-xe rpm.

Problem is I can't find any documentation explaining how this patch should be
generated.

So my question is this:

How do I generate a patch file that will work with alien's --patch option?

Thanks much for any help

//andy


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



Install package from oldstable.

2005-12-02 Thread Andrew Nelson
Hello all,

I run unstable, but I need a package from oldstable to get an older version of
java running.

libstdc++2.9-glibc2.1

This package is only available in oldstable.  I know I can download the deb and
install with dpkg but I was wondering if there was a way to get the package
using apt.  I want to do this so my apt-get update && apt-get upgrade cron job
will update the package in case a new version shows up.

Thanks much for any help

//andy


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



Re: Mounting an iPod via USB

2005-11-10 Thread Andrew Nelson
Josh Battles wrote:
> I've got an iPod that I'd like to use and for the life of me I can't figure
> out how to mount the thing.
> 
> I'm running Sarge and have the debian package for gtkpod installed, as well
> as USB support compiled into my kernel (2.4.27).  I've never used a USB
> device under linux before, all of my devices has the appropriate interfaces
> (parallel/ps2/etc) so I've not had the need.
> 
> If I connect the iPod, its screen tells me not to remove it, but I cannot see
> that it's mounted anywhere.  From what I've been able to gather through
> googling it should show up as a SCSI device but it does not.
> 
> What am I missing here?
> 

A long time ago I set mine up, at that time linux only supported connections to
the ipod via firewire.  Not sure if things have changed since.


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



Re: books/doc for programmers and sysadmin on a debian system

2005-11-01 Thread Andrew Nelson
anoop aryal wrote:
> is anyone aware of books/doc about how best to:
> 
> 1) manage source-code (not just in a CVS/subversion but, how do you lay it 
> out 
> so that managing multiple projects is easy)
> 
> 2) do .deb packaging easily.
> 
> 3) manage package repos easily.
> 
> 4) etc..
> 
> i have read the individual docs/books (auto-tools, cvs/subversion, .deb 
> packaging etc) but nothing that really ties it together for a really nice and 
> efficient setup for a *programmer and sysadmin on a debian system*. any 
> ideas?
> 
> some best-practices thrown together by the debian-uber-gurus would probably 
> make for a nice such book.
> 
> i'm specifically interested in setups that cover:
> 
> directory layout, subversion, .deb packaging  for multiple projects, emacs, 
> python, c++
> 
> any pointers greatly appreciated.
> 
> anoop.
> 
> 

Not really debian specific but I believe the pragmatic programmers have book
about cvs or subversion.

http://www.pragmaticprogrammer.com/starter_kit/vc/index.html

I've never read either book, but the book I read
(http://www.pragmaticprogrammer.com/ppbook/index.shtml)
by these guys was fantastic so I can't imagine that one isn't.

Hope this helps.

//andy


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



Re: How to share env. variables ?

2005-10-21 Thread Andrew Nelson
On Fri, 21 Oct 2005 11:06:33 -0500
Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:

> Bruno Costacurta wrote:
> > Hello,
> > 
> > I setup some environment variables needed by applications in
> > user .bash files. Starting these applications from a console works
> > fine. But starting these applications from kde menus don't work as
> > obviously these user env.variables are not set. I suppose kde user
> > is different than logged user.
> > How to give kde / X11 same env.variables as logged user ?
> 
> I asked that question a while ago.
> It appears e.g. that xterm uses /etc/profile and konsole does not.
> How to change that behavior?
> 
> H
> 
> 

I don't use konsole but it appears this thread might help.

http://www.kde-forum.org/artikel/5064/Configuring-and-Customizing-Konsole.html

//andy



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



Re: shorewall post-int hangs on sarge

2005-10-18 Thread Andrew Nelson
On 18 Oct 2005 13:36:18 -0700
"Colin Ingram" <[EMAIL PROTECTED]> wrote:

> I use sarge and when I recently tried to install the most recent
> update to shorewall( v2.2.3-2) my system hangs when trying to
> configure shorewall. ps shows the postins script zombified.
> 
> [EMAIL PROTECTED]:~$ ps axfw
>   PID TTY  STAT   TIME COMMAND
> 
>  7905 ?Ss 0:00  \_ sshd: colin [priv]
>  7907 ?S  0:00  |   \_ sshd: [EMAIL PROTECTED]/0
>  7908 pts/0Ss 0:00  |   \_ -bash
>  7914 pts/0S+ 0:01  |   \_ aptitude
>  7971 pts/0S+ 0:00  |   \_ /usr/bin/dpkg
> --configure shorewall
>  7972 pts/0S+ 0:00  |   \_ /usr/bin/perl -w
> /usr/share/debconf/frontend /var/lib/dpkg/info/shorewall.postins
>  7982 pts/0Z+ 0:00  |   \_
> [shorewall.posti] 
> 
> 
> I tried downgraded and the same thing occures.  Shorewall scripts seem
> to be working fine.  Has anyone else had this problem?  Should I
> submit a bug report?
> 
> Colin
> 
> 

I had shorewall problems last night.  Not sure what caused it but it
was a combination of (custom compiled 2.6.12.6 kernel, vmware 5.0
networking, and /sbin/ifconfig).

Basically I'd start vmware (/etc/init.d/vmware start), that would load
the vmnet module.  After that everything seemed messed up so I
tried to restart my workstation.  Without fail the restart would hang
trying to stop shorewall.

Also /sbin/ifconfig would hang if vmnet module was loaded.  So I'm
guessing the problem wasn't shorewalls but instead shorewall was
calling a busted /sbin/ifdown or something like that.

I needed a workstation in the morning so I just installed a
stock debian kernel and vmware 5.5 beta.  That fixed everything.  Not
sure if the kernel or vmware was the culprit.

Anyhow I've had shorewall problems recently :).


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



Re: hosts.deny doesn't work for web services

2005-10-17 Thread Andrew Nelson
On Mon, 17 Oct 2005 16:32:34 +0200
Nikolai Hlubek <[EMAIL PROTECTED]> wrote:

> Hi everyone :-)
> 
> On one of my machines I'm running a zope server. This server should
> only be accessible from my LAN so I set:
> 
> hosts.deny
> ALL: ALL
> 
> The hosts.deny manual states:
> This  denies all service to all hosts, unless they are permitted
> access by entries in the allow file.
> 
> 
> Ping and ssh connects are refused but the web services provided by
> zope are still accessible from the outside. Is this a bug or am I
> missing something here?
> 
> Cheers,
> Nikolai
> 

I'm pretty sure hosts.allow only works for a small set of services
wrapped by the tcpd deamon.  I think your gonna need iptables to block
your web server.

You might try shorewall if you dislike writing iptables scripts
as much as I do.

BTW:  I don't think tcpd has anything do to with ping being blocked.
Hopefully someone else on the list will correct me if I'm wrong.

//andy


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



Re: removing a module

2005-10-14 Thread Andrew Nelson
On 14 Oct 2005 17:13:42 -
[EMAIL PROTECTED] wrote:

> Sorry for this totally n00b question, but how do I remove a module
> that I have installed ? 
> 
> I installed the ipw2100 module for wireless on my laptop
> from source but I cannot unload it. modprobe -r ipw2100 also does not
> work.
> 
> 
> What is the standard method to remove a module ?
> 
> 

I always like modconf.  Nice simple curses interface.  It also handles
the cruft to keep the module from loading on the next boot.

Hope this helps.

//andy


-- 
Andrew Nelson

Software Engineer

INT, INC,
2901 Wilcrest, Suite 100, Houston, TX 77042

E-mail: [EMAIL PROTECTED]
Tel: (713) 975-7434
Fax: (713) 975-1120


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



Re: kernel 2.6 compile error

2005-07-27 Thread Andrew Nelson
Wackojacko wrote:
> 
>> gcc (GCC) 4.0.1 (Debian 4.0.1-2)
>> g++ (GCC) 4.0.1 (Debian 4.0.1-2)
>> GNU Make 3.80
>> automake (GNU automake) 1.4-p6
> 
> 
> This is your problem, the new versions of GCC wont compile the current
> Kernel sources in Debian.  You can
> 
> 1. Change the top level MAKEFILE in the source directory to point at the
> previous GCC versions
> 2. Temporarily change the symlinks in /usr/bin for gcc/g++ etc to point
> at the old version.
> 

This is what I do.

MAKEFLAGS="CC=gcc-2.95" make-kpkg

//andy






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



Re: For the love of GOD!!!

2005-07-22 Thread Andrew Nelson
John Hasler wrote:
> Andrew Nelson writes:
> 
>>Although it seems this is far more difficult that it should be to remove
>>all non "." file from the output of ls.  Does any one know of a better
>>way?
> 
> 
> ls -lad .*

I knew I was making things way to tricky.  Thanks much.


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



Re: For the love of GOD!!!

2005-07-22 Thread Andrew Nelson
Bob Proulx wrote:
> Andrew Nelson wrote:
> 
>>Andrew Nelson wrote
>>
>>>I have no idea what the cause might be but I guess you could do something 
>>>like
>>>
>>>ls -la | awk '$9 ~ /^\./ {print}'
>>>
>>>Although you would then loose colors.
>>
>>You could also do something along these lines.
>>
>>ls -lda `ls -a1 | awk '/^\./ {print}'`
> 
> 
> Setting your collating sequence explicitly is better.
> 
>   export LC_COLLATE=C
> 

I thought the question was to get rid of non "." files all together not simply
to put "." files and the top and non "." files at the bottom.  My mistake.

Although it seems this is far more difficult that it should be to remove all non
"." file from the output of ls.  Does any one know of a better way?

//andy


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



Re: For the love of GOD!!!

2005-07-21 Thread Andrew Nelson
Andrew Nelson wrote
> 
> I have no idea what the cause might be but I guess you could do something like
> 
> ls -la | awk '$9 ~ /^\./ {print}'
> 
> Although you would then loose colors.
> 

You could also do something along these lines.

ls -lda `ls -a1 | awk '/^\./ {print}'`

//andy




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



Re: For the love of GOD!!!

2005-07-21 Thread Andrew Nelson
Dirk wrote:
> Who is responsible for "ls -la" _mixing_ hidden "dot"-files with normal
> files in the output?
> 
> I wan't to salute that decision.
> 
> I use unstable.
> 
> I grepped a lot but was unable to find the cause.
> 

I have no idea what the cause might be but I guess you could do something like

ls -la | awk '$9 ~ /^\./ {print}'

Although you would then loose colors.

> Thank you,
> Dirk
> 
> 




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



Re: Kernel and compiler version?

2005-07-21 Thread Andrew Nelson
Ishwar Rattan wrote:

> 
> Is there way to find out what version of gcc it was compiled
> with? 'uname -a' does not tell the gcc info.

There is probably a better way but this works.

dmesg | head -1

//andy




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



Re: printing in Debian/need unstable users opinion

2005-07-19 Thread Andrew Nelson
Kevin Mark wrote:
> Hi users of 'unstable' Debian:
> The included messages was posted to the debian-devel mailing list. It
> outlines some of the issues with the upcomming transition from gimpprint
> to gutenprint. I want to know if this kind of messages would be useful to 
> other
> users of 'unstable' for this and other transitions that are being done
> in 'unstabe' (ie. the xfree->xorg and gnome 2.8->2.10) I think it would
> be a great service to those testing debian and those using unstable to
> get the 'heads up' as to what is about to break or what is about to
> change. Kinds of like a weather report of impending tsumanis. I would
> propose an 'annouce-only' list as debian-user and the BTS are places to
> discuss things. There are folks who say that users of unstable should
> just take what comes their way and should be expected to read every
> known mailing list to find out what is happening in Debian. But I think
> this would be an easy way for the Developers to let us know whats
> comming in a short email, instead of having millions of users to scratching 
> their
> heads and googling for hours to explain what just happened.
> Any thoughts? 
> Cheers,
> Kev

Yes I would like to receive such announcements.

//Andy




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



Re: xorg and nvidia drivers and removal of gdm etc.

2005-07-19 Thread Andrew Nelson
H. S. wrote:
> I am trying to fully convert to Xorg in a Sid machine in my home
> network. The problem is something to do with nvidia-glx, which upon
> trying to be installed complains:

I've been experiencing the same problem.  This morning I updated and nvidia-glx
dependencies seem to be fixed.  I still find it strange the nvidia package
description says something about it being a driver for xfree86 instead of xorg
or something more generic but everything seems to work now.




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



Re: Networked sound

2005-07-07 Thread Andrew Nelson
Anders Breindahl wrote:
> Hi,
> 
> I am very eager to establish some sort of networked sound. By that I refer to 
> having my sound applications output on a different host on the LAN.
> Before I start hacking away at it, I would like to know if some of you have 
> made it work. Any easy entry-points?
> 
> I am already using arts on the relevant hosts, so configuring output through 
> that would be nice. I have STFW'ed multiple times and found nothing directly 
> useful.
> 
> Any ideas and pointers to information will be appreciated.
> Anders Breindahl/skrewz.

http://www.videolan.org/vlc/

Video lan will multicast your videos or music.  They even have a client for
sharp zaurus.

//andy


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