Re: Test thunderbird

2008-10-30 Thread MLewis

Richard Möhn wrote:

Please excuse me for hitting the wrong button and not sending the mail
to the list.  Here now in the right way:

On Thu, Oct 30, 2008 at 09:33:25AM +0100, Jesus arteche wrote:

I'd like to test how good thunderbird is with a huge amount of
mails...Someone knows how can i test this...my idea is send a small files
(10-mb) frequently to test this...but i dont know how to do this...someone
has anyidea?


Maybe you could configure a mail server and then write a script, which
sends a mass of mails via mail(1) to the address the thunderbird
fetches from.  You could also say cron(8) to run mail(1) minutely or
so.

Best wishes

Richard


I have a setup to do this if you're interested. I can easily send you as 
many 10MB (or more) emails that you'd like, as often as you'd like.


Contact me off-list if you're interested.

Thanks,
Mike


--

 IBM: Industry Bowel Movement
  10:55:01 up 5 min,  4 users,  load average: 0.43, 0.51, 0.24

 Linux Registered User #241685  http://counter.li.org


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




Lenny RAID1

2008-10-29 Thread MLewis


I have a machine running RH9 with RAID1 that I am planning to move to Lenny.

1) I believe that I can exclude the existing RAID array when doing the 
install without harm to the RAID array or the data. Is this correct?


2) Once Lenny is installed, how to add the RAID array? Or perhaps this 
is an option during the install?


Thanks,
Mike

--

 29A, the hexadecimal of the Beast.
  10:40:01 up 41 min,  4 users,  load average: 0.33, 0.28, 0.19

 Linux Registered User #241685  http://counter.li.org


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




Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis


I'm new to the list and Debian, but not new to Linux. I have been 
running RH for 10+ years and recently was very impressed with Debian and 
decided to make the switch. Congrats to the team that puts Debian 
together, it looks like a well thought out distribution. Also, thanks 
much for an update method that doesn't require a six-pack to get through.


I'm running Lenny Beta2.

Two questions:

Nvidia - I have an Nvidia Geforce 6600LE video card in my machine. I 
understand that it is better to run 'nvidia' or 'nv' drivers than to get 
the binaries from Nvidia (However no glx mode). I have looked for the nv 
 nvidia drivers on my machine and apparently do not have them:


rattler:/etc/postfix$ dpkg -S nv.ko
linux-image-2.6.26-1-686: 
/lib/modules/2.6.26-1-686/kernel/drivers/ata/sata_nv.ko

rattler:/etc/postfix$ dpkg -S nvidia.ko
dpkg: *nvidia.ko* not found.

I've tried dpkg-reconfigure xserver-xorg but that didn't help either. 
What package do I need to install to get the nv  nvidia drivers?



Synaptic vs apt-get: Is there a difference in these two packages other 
than one is a GUI and one is CLI? If so, is one method preferred over 
the other?


Thanks,
Mike

--

 Computers are only human.
  11:40:01 up 15:33,  6 users,  load average: 0.15, 0.12, 0.05

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis

Jochen Schulz wrote:

MLewis:

I'm running Lenny Beta2.


There is no such Debian version. What you probably have is lenny (in its
current or an earlier state), installed by the Debian Installer beta2.

(Sorry for the nitpicking, it's just that Debian doesn't have any
releases which it calls beta. Only single packages or projects inside
Debian may do that, like debian-installer.)


Very good information. Thank you.




Two questions:

Nvidia - I have an Nvidia Geforce 6600LE video card in my machine. I  
understand that it is better to run 'nvidia' or 'nv' drivers than to get  
the binaries from Nvidia (However no glx mode). I have looked for the nv  
 nvidia drivers on my machine and apparently do not have them:


You have to either install precompiled modules for your kernel or
compile them yourself. Both options are (usually) quite easy.

Option 1)

$ apt-cache search nvidia module `uname -r
nvidia-kernel-2.6.26-1-686 - NVIDIA binary kernel module for Linux 2.6.26-1-686
nvidia-kernel-2.6.26-1-686-bigmem - NVIDIA binary kernel module for Linux 
2.6.26-1-686-bigmem
nvidia-kernel-legacy-96xx-2.6.26-1-686 - NVIDIA binary kernel module for Linux 
2.6.26-1-686 (legacy version)
nvidia-kernel-legacy-96xx-2.6.26-1-686-bigmem - NVIDIA binary kernel module for 
Linux 2.6.26-1-686-bigmem (legacy version)

(just an example from my system)



rattler:~$ apt-cache search nvidia module `uname -r`
nvidia-kernel-2.6.26-1-686-bigmem - NVIDIA binary kernel module for
Linux 2.6.26-1-686-bigmem
nvidia-kernel-legacy-96xx-2.6.26-1-686 - NVIDIA binary kernel module for
Linux 2.6.26-1-686 (legacy version)
nvidia-kernel-legacy-96xx-2.6.26-1-686-bigmem - NVIDIA binary kernel
module for Linux 2.6.26-1-686-bigmem (legacy version)
nvidia-kernel-2.6.26-1-686 - NVIDIA binary kernel module for Linux
2.6.26-1-686



Then proceed to install the package you need:

$ sudo aptitude install nvidia-kernel-2.6.26-1-686

Option 2)

First, make sure you have either the linux-headers-* package for your
kernel (if you use a precompiled kernel from Debian) or the source tree
which you used to compile your own kernel. Then:

$ sudo aptitude install module-assistant
$ sudo m-a a-i nvidia-kernel-source



All seems fine up to this point. However when I run 'dpkg-reconfigure
xserver-xorg, I am not given the choice of any options at all regarding
video.

Synaptic vs apt-get: Is there a difference in these two packages other  
than one is a GUI and one is CLI? If so, is one method preferred over  
the other?


I am not sure about these differences, but the recommended package
manager is aptitude (CLI and ncurses interface).

J.


Thanks!


--

 Help!  I'm trapped in a Chinese computer factory!
  14:05:01 up 17:58,  6 users,  load average: 0.23, 0.06, 0.02

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis


Jack Schneider wrote:

On Tue, 28 Oct 2008 11:52:43 -0500
MLewis [EMAIL PROTECTED] wrote:

I'm new to the list and Debian, but not new to Linux. I have been 
running RH for 10+ years and recently was very impressed with Debian
and decided to make the switch. Congrats to the team that puts Debian 
together, it looks like a well thought out distribution. Also, thanks 
much for an update method that doesn't require a six-pack to get

through.

I'm running Lenny Beta2.

Two questions:

Nvidia - I have an Nvidia Geforce 6600LE video card in my machine. I 
understand that it is better to run 'nvidia' or 'nv' drivers than to

get the binaries from Nvidia (However no glx mode). I have looked for
the nv  nvidia drivers on my machine and apparently do not have them:

rattler:/etc/postfix$ dpkg -S nv.ko
linux-image-2.6.26-1-686: 
/lib/modules/2.6.26-1-686/kernel/drivers/ata/sata_nv.ko

rattler:/etc/postfix$ dpkg -S nvidia.ko
dpkg: *nvidia.ko* not found.

I've tried dpkg-reconfigure xserver-xorg but that didn't help either. 
What package do I need to install to get the nv  nvidia drivers?



Synaptic vs apt-get: Is there a difference in these two packages
other than one is a GUI and one is CLI? If so, is one method
preferred over the other?

Thanks,
Mike



Hi, Mike

Try this link :

http://tinyplanet.ca/~lsorense/debian/debian-nvidia-dri-howto.html

Len watches this list so you might ask him if you have further questions

Jack 


Thanks for the link Jack. Very good instructions, but I'm missing
something. When I do dpkg-reconfigure xserver-xorg I am not asked about
any video options at all. Something I must have missed along the way.

Thanks,
M
--

 Earth is 98% full...please delete anyone you can.
  14:10:01 up 18:03,  6 users,  load average: 0.10, 0.09, 0.03

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis

Andrei Popescu wrote:

On Tue,28.Oct.08, 14:17:51, MLewis wrote:


Thanks for the link Jack. Very good instructions, but I'm missing
something. When I do dpkg-reconfigure xserver-xorg I am not asked about
any video options at all. Something I must have missed along the way.


You're not missing anything. Xorg in Lenny now does a lot of automatic
configuration and will usually detect the correct driver, but in this 
particular case it doesn't. Just make sure you have the nvidia-glx 
package (or nvidia-glx-legacy, depending on your chip--see the package 
descriptions) installed and you will need to edit /etc/X11/xorg.conf and 
add a line


Driver nvidia



I tried this. Same thing, only 640x480 resolution :-(

AFAIK, I have no nv.ko nor nvidia.ko files present on the system.



in the Device section. It might work without it (haven't tested
myself) if you don't have the xserver-xorg-video-nv package, though I
prefer to keep it installed, just in case nvidia is making trouble.

Such precautions are usually not necessary on stable (which lenny is 
very close to). 


Regards,
Andrei


Thanks,
Mike
--

 Never write software that patronizes the user.
  15:20:01 up 19:13,  6 users,  load average: 0.00, 0.02, 0.07

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis

Florian Kulzer wrote:

On Tue, Oct 28, 2008 at 14:17:25 -0500, MLewis wrote:

Jochen Schulz wrote:


[...]

  That is how things are these days, with the latest Xorg being able to

detect everything automatically, in theory at least. (Only a very
minimal xorg.conf is written by dpkg-reconfigure xserver-xorg and it
does not specify the video driver at all.)

I would first make sure that your nvidia kernel module can be loaded:

modprobe -v nvidia


modprobe -v nvidia
[nothing returned]


lsmod | grep nvidia


lsmod | grep nvidia
nvidia   7086148  24
agpgart28776  1 nvidia
i2c_core   19828  2 nvidia,i2c_nforce2



If that is OK, (re)start X and run

grep /drivers/ /var/log/Xorg.0.log


grep /drivers/ /var/log/Xorg.0.log
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so



to find out which driver is used. If you see the Xorg nvidia module is
loaded, check glxinfo | grep direct and glxgears (package
mesa-utils) to see if direct rendering is working.


glxinfo  glxgears were not found.



If your Xorg keeps using the nv driver even though nvidia is
available, put

Drivernvidia


 into the (otherwise pretty empty) Device section of your
 /etc/X11/xorg.conf and restart X.


Did this. Still 600x480 and no choices to change resolutions.

Thanks,
Mike

--

 IBM: Intriguingly Blue Motif
  15:40:01 up 19:33,  6 users,  load average: 0.00, 0.02, 0.05

 Linux Registered User #241685  http://counter.li.org


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




Re: I get too many emails

2008-10-28 Thread MLewis

PRHarris wrote:
Since joining your discussion group, I have been deluged with emails. 
Please remove me from your membership files.


prharris

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

thank you

Patrick Harris



In the headers of every message on this list, you will find the 
following helpful information:


List-Unsubscribe: 
mailto:[EMAIL PROTECTED]


HTH,
Mike
--

 :-) :- ;-) :)  Smilies everyone, Smilies  Mr.Rourke
  16:05:01 up 19:58,  6 users,  load average: 0.01, 0.04, 0.07

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic

2008-10-28 Thread MLewis


Florian Kulzer wrote:

[...]
to find out which driver is used. If you see the Xorg nvidia module is
loaded, check glxinfo | grep direct and glxgears (package
mesa-utils) to see if direct rendering is working.

glxinfo  glxgears were not found.


Install the mesa-utils package, then use these commands to see if direct
rendering is working.


rattler:/etc/X11# glxinfo | grep direct
Error: unable to open display
rattler:/etc/X11# glxgears
Error: couldn't open display (null)





If your Xorg keeps using the nv driver even though nvidia is
available, put

Drivernvidia

into the (otherwise pretty empty) Device section of your
/etc/X11/xorg.conf and restart X.

Did this. Still 600x480 and no choices to change resolutions.


Check the output of

grep -E '^\((EE|WW)\)' /var/log/Xorg.0.log

to see if there are any errors or warnings. Post the output here if
there is anything.


rattler:/etc/X11# grep -E '^\((EE|WW)\)' /var/log/Xorg.0.log
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot 
compute DPI

(WW) NVIDIA(0): from CRT-0's EDID.
(WW) Configured Mouse: No Device specified, looking for one...

Maybe my monitor is too old. NEC MultiSync P1150.



Try nvidia-settings or maybe xrandr (I don't know if the nvidia driver
supports this fully) for setting the resolution. Check the nvidia
documentation, or try the old fashioned approach in the Screen section
of xorg.conf. (I have not used nvidia cards in almost two years, so my
knowledge is unfortunately not current anymore.)



--

 Save energy:  Drive a smaller shell.
  17:05:01 up 20:58,  6 users,  load average: 0.01, 0.02, 0.00

 Linux Registered User #241685  http://counter.li.org


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




Re: Nvidia, apt-get Synaptic [SOLVED]

2008-10-28 Thread MLewis

Andrei Popescu wrote:

On Tue,28.Oct.08, 17:09:40, MLewis wrote:

Maybe my monitor is too old. NEC MultiSync P1150.


Could be. It would probably be enough to put the H-Sync and V-Sync 
ranges for your monitor in xorg.conf.  Haven't done this in a while so I 
can't give you exact details, but google should have plenty of examples.




Thanks much Andrei for the idea. I have another machine running with 
nvidia (a newer model) just fine. I copied the relevant portions to the 
machine I was working on, rebooted and all is fine.


Not sure why though the dpkg-reconfigure xsession-xorg didn't find and 
allow me to configure from there. Anyways, it's working properly now at 
1280x960.


Thanks much Andrei, Florian, Jack  Jochen for your help!!

For anyone else who finds this thread in the future, here are the 
settings as they are now:


Section Device
Identifier  Videocard0
Driver  nvidia

EndSection

Section Monitor
Identifier   Monitor0
ModelNameNEC MultiSync P1150
HorizSync31.0 - 94.0
VertRefresh  55.0 - 160.0
Option  dpms
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
Modes1280x960 1152x864 1024x768 832x624 
800x600 720x400 640x480 640x400 640x350

EndSubSection
EndSection

--

 IBM: Immovable Brash Monolith
  18:30:01 up 22:23,  6 users,  load average: 0.00, 0.02, 0.03

 Linux Registered User #241685  http://counter.li.org


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