Re: CD has not been seen in debian40r3 console

2008-05-13 Thread Juha Tuuna
[EMAIL PROTECTED] wrote: > I do not mount cd rom successfully. It seems that CD has not been seen > in debian40r3 console, but when the cd rom icon can be seen on the > desktop after lunch X window by startx. How can I see cd outside X > window? > > $ grep cdrom /etc/fstab > /dev/hdc/media

Re: 64bit vs i386

2008-05-13 Thread CaT
On Wed, May 14, 2008 at 01:14:38AM -0500, Ron Johnson wrote: > >>> You may also not be able to access all your RAM, > >> Sure, on the 80486 or early Pentia. But everything since then has PAE. > > > > With a performance hit. :) > > You conveniently snipped the part where I agreed with the RAM > p

CD has not been seen in debian40r3 console

2008-05-13 Thread [EMAIL PROTECTED]
I do not mount cd rom successfully. It seems that CD has not been seen in debian40r3 console, but when the cd rom icon can be seen on the desktop after lunch X window by startx. How can I see cd outside X window? $ grep cdrom /etc/fstab /dev/hdc/media/cdrom0 udf,iso9660 user,noauto 0

Re: 64bit vs i386

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/14/08 00:37, CaT wrote: > On Wed, May 14, 2008 at 12:31:40AM -0500, Ron Johnson wrote: >> On 05/13/08 22:15, Todd A. Jacobs wrote: >>> On Tue, May 13, 2008 at 09:45:48AM -0700, Abraham Chaffin wrote: >>> wondering if it makes a difference if

Re: 64bit vs i386

2008-05-13 Thread CaT
On Wed, May 14, 2008 at 12:31:40AM -0500, Ron Johnson wrote: > On 05/13/08 22:15, Todd A. Jacobs wrote: > > On Tue, May 13, 2008 at 09:45:48AM -0700, Abraham Chaffin wrote: > > > >> wondering if it makes a difference if I install the 64bit version of > >> the debian vs the i386 version of debian?

Re: 64bit vs i386

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 22:15, Todd A. Jacobs wrote: > On Tue, May 13, 2008 at 09:45:48AM -0700, Abraham Chaffin wrote: > >> wondering if it makes a difference if I install the 64bit version of >> the debian vs the i386 version of debian? If it's just running apa

Re: Moving RAID1 Set to New Machine

2008-05-13 Thread Damon L. Chesser
Matt Miller wrote: An etch machine died (machine won't power on), so I pulled the two hard drives out and dropped them into some identical hardware. These were the only two disks in the machine, and they formed a RAID1 set. Now the new machine can't find the root filesystem: Success: Loaded mo

Moving RAID1 Set to New Machine

2008-05-13 Thread Matt Miller
An etch machine died (machine won't power on), so I pulled the two hard drives out and dropped them into some identical hardware. These were the only two disks in the machine, and they formed a RAID1 set. Now the new machine can't find the root filesystem: Success: Loaded module raid1. Done. Beg

Re: HTMLVIEW to read mutt HTML email from browser

2008-05-13 Thread Andrew Sackville-West
On Mon, May 12, 2008 at 01:06:55PM -0400, Douglas A. Tutty wrote: > On Mon, May 12, 2008 at 09:41:11AM -0700, Andrew Sackville-West wrote: > > > the benefit to Andrei's method (which I use as well **) is that you > > don't have to change windows or wait for a browser to start up (well, > > okay,

Re: apt-get question..

2008-05-13 Thread Andrew Sackville-West
On Mon, May 12, 2008 at 02:48:29PM -0400, ISHWAR RATTAN wrote: > > I have a debian system installed and want to dist > upgrade it, BUT I want apt--get dist-upgrade to upgrade > only the installed debs and not to download everything > under the sun! dist-upgrade will only upgrade those packages tha

Debian with Vista

2008-05-13 Thread John P Loes, MD
Anoka Area Family Medicine Clinic, PA 3883 Coon Rapids Blvd Coon Rapids, MN 55433 763 421-CARE (2273) 763 421-2273 fax

Re: bash doubt

2008-05-13 Thread Todd A. Jacobs
On Wed, May 14, 2008 at 06:21:07AM +0530, L.V.Gandhi wrote: > i=$i+1 This syntax is broken. Any of these alternatives will work: - let i=$i+1 - let i+=1 - i=$(( i + 1 )) Basically, you need to let bash know that $i is an integer, and not a string. -- "Oh, look: roc

Re: Where does apt store its arch?

2008-05-13 Thread Todd A. Jacobs
On Tue, May 13, 2008 at 09:43:51PM -0400, Douglas A. Tutty wrote: > Probably the same way that apt knows on the amd64. Which is...? > However it happens, it happens. Yes, but I'm looking for the non-hand waving explanation. When things go wrong, knowing where to look for critical settings can

Re: 64bit vs i386

2008-05-13 Thread Todd A. Jacobs
On Tue, May 13, 2008 at 09:45:48AM -0700, Abraham Chaffin wrote: > wondering if it makes a difference if I install the 64bit version of > the debian vs the i386 version of debian? If it's just running apache, You will pay a performance penalty if you run 32-bit on a 64-bit system. You may also no

Re: Where does apt store its arch?

2008-05-13 Thread Daniel Burrows
On Mon, May 12, 2008 at 05:44:50PM -0700, "Todd A. Jacobs" <[EMAIL PROTECTED]> was heard to say: > I've recently installed a 32-bit chroot on a 64-bit system with the > "--arch=i386" flag to debootstrap, but I can't quite figure out how apt > knows that I want to continue downloading i386 debs ins

Re: Apt pinning suspect?

2008-05-13 Thread Daniel Burrows
On Tue, May 13, 2008 at 09:13:32AM +1000, Rich Healey <[EMAIL PROTECTED]> was heard to say: > I've got a Lenny/Unstable/Experimental laptop that I use for work (yes, > i realise that precariously mixing 3 releases is stupid.. but I'm > committed now so oh well.) > > Anyway, the point is that my p

Re: apt-get question..

2008-05-13 Thread Daniel Burrows
On Tue, May 13, 2008 at 09:31:15PM -0400, "Douglas A. Tutty" <[EMAIL PROTECTED]> was heard to say: > On Tue, May 13, 2008 at 11:03:59PM +1200, Chris Bannister wrote: > > On Tue, May 13, 2008 at 02:40:45AM -0400, Kevin Mark wrote: > > > If you want less stuff installed, then you can tell aptitude n

Re: Debian or Ubuntu?

2008-05-13 Thread Todd A. Jacobs
On Mon, May 12, 2008 at 09:50:37PM -0500, Jordi Gutiérrez Hermoso wrote: > Unless by "commercial support" you mean something other than "paying > to get help with Debian"... "Commercial support" is generally understood to mean a vendor that supports the product it sells. If you buy a suit, you ca

Re: mac grapher for linux

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, Jordi Gutiérrez Hermoso <[EMAIL PROTECTED]> wrote: > I know we have more options, but I can't remember what they are. > There's a pretty big graphics package that I think had to do with KDE. > I seem to recall the maintainer had a female name, but it looks like > it's not Miriam

Re: mac grapher for linux

2008-05-13 Thread Jordi Gutiérrez Hermoso
I'm forwarding this to the d-science list, where this stuff is often discussed. On 13/05/2008, Jimmy Wu <[EMAIL PROTECTED]> wrote: > Has anyone here ever used the "Grapher" application that all Macs come with? > It is a very nice piece of software with support for 3D and many types > of equation

Re: replacing pxe.linux.0

2008-05-13 Thread Alex Samad
On Tue, May 13, 2008 at 12:36:47PM +0100, abelahcene wrote: > Hi, > I install successfully debian via pxe (dhcp and al.) , from a remote > server, but I want instead of using pxe.linux.0 , I want to use a full > CD1, to do the installation without using extra server. Is it possible ? > thanks

Re: Setting Video Card

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 21:12, Stephen Grant Brown wrote: > Dear Madams & Sirs > > Thanks Benjamin Schmidt for your advice. > > I have been spent about ten hours looking through documentation and > trying things but to no avail. > > hwinfo told me that I had a

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Joey Hess
Douglas A. Tutty wrote: > After keys are regenerated and all old keys are removed, would a reboot > be in order to ensure that no apps are using old files that have been > unlinked but still open? If replacing a key for a daemon like ssh, or apache, or postfix, restart the daemon. Some of these da

Re: Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, Steve Lamb <[EMAIL PROTECTED]> wrote: > Hate to break it to you but I use FOSS all the time for my private and > personal use as well as my professional use. There is code I have that will > not ever be redistributed and as such you, nor anyone else, has right to that > s

mac grapher for linux

2008-05-13 Thread Jimmy Wu
Has anyone here ever used the "Grapher" application that all Macs come with? It is a very nice piece of software with support for 3D and many types of equations, and it's very useful for math/science purposes. Is there something comparable for Debian or Linux in general? I was looking on Google b

Re: Setting Video Card

2008-05-13 Thread Stephen Grant Brown
Dear Madams & Sirs Thanks Benjamin Schmidt for your advice. I have been spent about ten hours looking through documentation and trying things but to no avail. hwinfo told me that I had a Cirrus Lorgic GD5446 card but xdebconfigurator did not use it. Instead it used a SiS card and X failed to loa

Re: Reducing wastage of screen real estate in gnome

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 20:21, Douglas A. Tutty wrote: [snip] > > I have a 9" bw monitor. I get along just fine with icewm. I'm sure But isn't that 9" monitor a VT520? - -- Ron Johnson, Jr. Jefferson LA USA We want... a Shrubbery!! -BEGIN PGP SIGNATURE-

Re: Blocking Gmail ads

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 21:01, Steve Lamb wrote: [snip] > > They haven't released it for others to use. They're under no obligation > to share the source. That's not a loophole. That's freedom. If you don't think like I think people should think, you're E

Re: bash doubt

2008-05-13 Thread Douglas A. Tutty
On Tue, May 13, 2008 at 08:05:16PM -0500, Jordi Guti?rrez Hermoso wrote: > If you want to do a lot of text manipulation, it may feel more natural > to use Perl (or at least it feels more natural to me). Or Python. Or Ada. Almost anything but sh. Doug. -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: no recording with mic and audacity

2008-05-13 Thread Fan Liu
I have encountered the same problem, the link below helped. http://www.linuxquestions.org/questions/debian-26/help-i-cant-record-line-inmic-on-alsa-cs46xx-438831/ In a word: set capture active for ADC and DAC as well as for "capture" and line-in/mic. Cheers, Fan On Wed, May 14, 2008 at 01:12:1

Re: Reducing wastage of screen real estate in gnome

2008-05-13 Thread Douglas A. Tutty
On Mon, May 12, 2008 at 03:58:03PM -0500, Ron Johnson wrote: > On 05/12/08 09:35, Raj Kiran Grandhi wrote: > > I have a 15" monitor at home running at 1024x768. I find that for most > > Maybe you're a Starving College Student, or maybe things cost more > in India (tariffs on imported Chinese goods

Re: Reducing wastage of screen real estate in gnome

2008-05-13 Thread Douglas A. Tutty
On Tue, May 13, 2008 at 06:20:21AM +0530, Raj Kiran Grandhi wrote: > Andrew Sackville-West wrote: > >On Mon, May 12, 2008 at 08:05:08PM +0530, Raj Kiran Grandhi wrote: > Thank you and to all others for their suggestions. I shall try alternate > WMs, but the problem appears to have more to do wit

Re: apt-get question..

2008-05-13 Thread Douglas A. Tutty
On Tue, May 13, 2008 at 11:03:59PM +1200, Chris Bannister wrote: > On Tue, May 13, 2008 at 02:40:45AM -0400, Kevin Mark wrote: > > If you want less stuff installed, then you can tell aptitude not to > > install 'recommends', > > If a package is listed as a recommends and you consider it should onl

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Douglas A. Tutty
On Tue, May 13, 2008 at 08:20:55PM +0200, Rody wrote: > > In response to the latest security issue with ssl / ssh, i updated my > packages > with the new fixed versions of ssl. However the steps to regenerate the keys > are not available on: > www.debian.org/security/key-rollover/ After keys a

Re: Where does apt store its arch?

2008-05-13 Thread Douglas A. Tutty
On Mon, May 12, 2008 at 05:44:50PM -0700, Todd A. Jacobs wrote: > I've recently installed a 32-bit chroot on a 64-bit system with the > "--arch=i386" flag to debootstrap, but I can't quite figure out how apt > knows that I want to continue downloading i386 debs instead of amd64 > debs. Where is thi

Re: Reducing wastage of screen real estate in gnome

2008-05-13 Thread Kevin Monceaux
On Tue, 13 May 2008, [EMAIL PROTECTED] wrote: For what is worth, after a good deal of trial periods I went for Ion and scrapped everything else. Simply fantastic. Granted, I didn't just want to optimise screen usage, but to get some efficiency back to the way I interact with my coputer. I'm n

Re: bits/news from the users of Debian?

2008-05-13 Thread Jack Dodds
Paul, Here are some answers from a Debian user. - What are you using Debian for? My family computer runs Debian. I started with Woody, upgraded (well, reinstalled, actually), and then upgraded (really) to etch. Our system has two "seats". The main seat has three virtual terminals. All the ter

Re: Blocking Gmail ads

2008-05-13 Thread Steve Lamb
Jordi Gutiérrez Hermoso wrote: > > Well, the problem with software-as-service is that more and more > software is moving in that direction. Google, to mention the villain > du jour, Cute. > You take our free code, you have to give back free code. It seems > fair to me, but not to Google.

Re: openssl vulnerability and RSA keys

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 19:36, Nelson Castillo wrote: > On Tue, May 13, 2008 at 7:05 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> On May 13, 2:20 pm, Ross Boylan <[EMAIL PROTECTED]> wrote: >> > Does this mean that RSA keys for openssh should not be conside

Re: After update perl ,apt-cacher won't work

2008-05-13 Thread 刘建才
> On Tue, May 13, 2008 at 10:28:15 +0800, 刘建才 wrote: > > Hi, > > I updated My Debian 4.0 server yesterday,but forget exactly which > > package upgraded,only remember perl related things, then apt-cacher > > didn't work ,after i referenced the line 12 in > > /usr/share/perl5/HTTP/Date.pm,Every thing

Re: bash doubt

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, L. V. Gandhi <[EMAIL PROTECTED]> wrote: > I have a script as follows [snip] > i=$i+1 [snip] > How to correct it Your counter is wrong. $i + 1 means to treat i as a string and to append the string "1" to it. If you want to do arithmetic in bash, you have to put it in

bash doubt

2008-05-13 Thread L . V . Gandhi
I have a script as follows [EMAIL PROTECTED]:~$ cat bin/getlstocks #!/bin/bash i=0 while [ $i -ne 20 ] do for trv in $(cat temp) do i=$i+1 grep $trv stock/nsedata/2008/05/20080512.txt >> lstock done done when I run I get error as integer expre

Re: Blocking Gmail ads

2008-05-13 Thread Celejar
On Tue, 13 May 2008 17:59:37 -0500 "Jordi Gutiérrez Hermoso" <[EMAIL PROTECTED]> wrote: ... > Any recommendation for a quality webmail service that uses free > software? I don't mind paying for the service, but I feel rather more > comfortable if I know that they use free software, maybe even Deb

Re: openssl vulnerability and RSA keys

2008-05-13 Thread Nelson Castillo
On Tue, May 13, 2008 at 7:05 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On May 13, 2:20 pm, Ross Boylan <[EMAIL PROTECTED]> wrote: > > Does this mean that RSA keys for openssh should not be considered > > compromised? If so, why the need to regenerate them? > > On our systems the dowkd.

Re: Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, Celejar <[EMAIL PROTECTED]> wrote: > I use several Lavabit free accounts, and I'm quite happy with them. So why are you sending from a Gmail account? > The intellectual property stuff doesn't really seem so bad: > > > > Intellectual Property > > You acknowledge that

Re: openssl vulnerability and RSA keys

2008-05-13 Thread [EMAIL PROTECTED]
On May 13, 2:20 pm, Ross Boylan <[EMAIL PROTECTED]> wrote: > Does this mean that RSA keys for openssh should not be considered > compromised? If so, why the need to regenerate them? On our systems the dowkd.pl script found weak DSA and RSA keys, both as host keys, and as user-generated keypairs.

Are Cfengine keys affected by the recent OpenSSL vulnerability?

2008-05-13 Thread [EMAIL PROTECTED]
Does anyone know whether the Cfengine keys (/var/cfengine/ppkeys/*pub) are affected by the latest Debian OpenSSL vulnerability? Do they need to be regenerated? http://lists.debian.org/debian-security-announce/2008/msg00152.html The provided dowkd.pl does not parse Cfengine keys. Thanks, -- Arca

Re: Blocking Gmail ads

2008-05-13 Thread Celejar
On Tue, 13 May 2008 17:59:37 -0500 "Jordi Gutiérrez Hermoso" <[EMAIL PROTECTED]> wrote: ... > Actually I didn't... It looks like an option, but now I'm flirting > right now with the idea of using Lavabit, which looks like a nice > alternative, and I'd be quite happy to pay for a quality webmail >

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Håkon Alstadheim
Joey Hess wrote: Eduardo M KALINOWSKI wrote: Here I ran /etc/init.d/ssh restart after purging the host keys, is that enough or does dpkg-reconfigure do something extra that is necessary? dpkg-reconfigure openssh-server generates any missing host keys, and restarts ssh for you. Yo

Re: Blocking Gmail ads

2008-05-13 Thread Dotan Cohen
2008/5/14 Jordi Gutiérrez Hermoso <[EMAIL PROTECTED]>: > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > browsing the Octave mailing lists. That's quite obnoxious. It looks > like it's tricky to block Google ads, since it looks like Google can > detect when you're using Adb

Re: Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, Allan Wind <[EMAIL PROTECTED]> wrote: > Adblock Plus: Element Hiding Helper Excellent! I didn't know about this latter one. Even though I think I still want to move away from Gmail, it's nice to know that there are further tools to help fight the anti-ad battles. - Jordi G. H.

Re: Blocking Gmail ads

2008-05-13 Thread Allan Wind
On 2008-05-13T17:03:27-0500, Jordi Gutiérrez Hermoso wrote: > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > browsing the Octave mailing lists. That's quite obnoxious. It looks > like it's tricky to block Google ads, since it looks like Google can > detect when you're usin

Re: Blocking Gmail ads

2008-05-13 Thread Steve Lamb
On Tue, May 13, 2008 3:59 pm, Jordi Gutiérrez Hermoso wrote: > Any recommendation for a quality webmail service that uses free > software? I don't mind paying for the service, but I feel rather more > comfortable if I know that they use free software, maybe even Debian. > :-) If not, I think I may

Re: Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, John Hasler <[EMAIL PROTECTED]> wrote: > Usenet isn't gone. I think that Debian must be one of the last organisations that still uses Usenet. The Wesnoth, Octave, Maxima and VTK mailing lists don't have Usenet alternatives as far as I can see. Sage uses Google groups. :-( - Jordi G

Re: no recording with mic and audacity

2008-05-13 Thread Bernd Kloss
Am Dienstag, 13. Mai 2008 16:49 schrieb Frank McCormick: > On Tue, 13 May 2008 11:51:06 +0200 > > Bernd Kloss <[EMAIL PROTECTED]> wrote: > > Etch > > Terratec-Soundcard > > KDE > > > > I have no clue where in Debian my problem is. Trying to do some > > > > > > > > Audacity: recording-device: /dev/d

Re: Blocking Gmail ads

2008-05-13 Thread John Hasler
Jordi writes: > Can anyone suggest a fix? You want a free service from an advertising agency without advertising? Right. > I'm beginning to miss Usenet. Usenet isn't gone. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Joey Hess
Eduardo M KALINOWSKI wrote: > Here I ran /etc/init.d/ssh restart after purging the host keys, is that > enough or does dpkg-reconfigure do something extra that is necessary? dpkg-reconfigure openssh-server generates any missing host keys, and restarts ssh for you. -- see shy jo signature.asc

Re: Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
On 13/05/2008, Nicolas George <[EMAIL PROTECTED]> wrote: > Le quintidi 25 floréal, an CCXVI, Jordi Gutiérrez Hermoso a écrit : Floréal? :-) > > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > > browsing the Octave mailing lists. > > > > Can anyone suggest a fix? > > >

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Eduardo M KALINOWSKI
Joey Hess wrote: > Ross Boylan wrote: > >> 2) cd /etc/ssh; invoke-rc.d ssh stop; rm *host*; >> dpkg-reconfigure --default-priority openssh-server >> > > There's no need to stop ssh. Just > rm /etc/ssh/*host*; dpkg-reconfigure openssh-server > Here I ran /etc/init.d/ssh restart after p

Kernel building 2.6.18-5-686 -> 2.6.25.2 on VMWare

2008-05-13 Thread Mike Ely
Hi there, I'm trying to update from the Debian-supplied stock kernel to 2.6.25.2 on Etch (for GFS2 purposes), and, on my VMWare instance, the new kernel seems always to hang at "Waiting for root filesystem." I've tried passing different options to make-kpkg, but the result is always the same. Ke

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Joey Hess
Ross Boylan wrote: > 2) cd /etc/ssh; invoke-rc.d ssh stop; rm *host*; > dpkg-reconfigure --default-priority openssh-server There's no need to stop ssh. Just rm /etc/ssh/*host*; dpkg-reconfigure openssh-server And then go fix all your ~/.authorized_keys files. And also openvpn and SSL certificat

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Joey Hess
Rody wrote: > In response to the latest security issue with ssl / ssh, i updated my > packages > with the new fixed versions of ssl. However the steps to regenerate the keys > are not available on: > www.debian.org/security/key-rollover/ > as the security advisory tells us. > According to google

Re: Blocking Gmail ads

2008-05-13 Thread Gregory Seidman
On Tue, May 13, 2008 at 05:03:27PM -0500, Jordi Guti?rrez Hermoso wrote: > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > browsing the Octave mailing lists. That's quite obnoxious. It looks > like it's tricky to block Google ads, since it looks like Google can > detect whe

Re: Blocking Gmail ads

2008-05-13 Thread Paul Johnson
On Tuesday 13 May 2008 03:03:27 pm Jordi Gutiérrez Hermoso wrote: > Can anyone suggest a fix? I only use Gmail for mailing lists nowadays, > and have moved my personal email to a server in an undisclosed > location in a remote island... ;-) Why not use that for mailing lists as well? It's not li

Re: Blocking Gmail ads

2008-05-13 Thread Emre Sahin
"Jordi Gutiérrez Hermoso" <[EMAIL PROTECTED]> writes: [...] > > I'd be happy with a solution that either blocks all Gmail ads or a > better method to browse the 14 mailing lists I'm currently subscribed > to, many of them high-volume. I'm beginning to miss Usenet. > > - Jordi G. H. > You can u

Re: Blocking Gmail ads

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 17:03, Jordi Gutiérrez Hermoso wrote: > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > browsing the Octave mailing lists. That's quite obnoxious. It looks > like it's tricky to block Google ads, since it looks like

Re: Blocking Gmail ads

2008-05-13 Thread Nicolas George
Le quintidi 25 floréal, an CCXVI, Jordi Gutiérrez Hermoso a écrit : > I'm getting a little tired of Gmail serving me Matlab ads whenever I'm > browsing the Octave mailing lists. That's quite obnoxious. It looks > like it's tricky to block Google ads, since it looks like Google can > detect when you

Blocking Gmail ads

2008-05-13 Thread Jordi Gutiérrez Hermoso
I'm getting a little tired of Gmail serving me Matlab ads whenever I'm browsing the Octave mailing lists. That's quite obnoxious. It looks like it's tricky to block Google ads, since it looks like Google can detect when you're using Adblock and serves you ads in instead, making them harder to bloc

Re: listserve

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 15:37, John P Loes, MD wrote: > Hello again, By-the-way, I did not get a response back when I applied to > your listserve last Saturday. Contact [EMAIL PROTECTED] - -- Ron Johnson, Jr. Jefferson LA USA We want... a Shrubbery!! -BEGI

listserve

2008-05-13 Thread John P Loes, MD
Hello again, By-the-way, I did not get a response back when I applied to your listserve last Saturday. John  [EMAIL PROTECTED] Anoka Area Family Medicine Clinic, PA 3883 Coon Rapids Blvd Coon Rapids, MN 55433 763 421-CARE (2273) 763 421-2273 fax

Commercial support for Debian?

2008-05-13 Thread JW
Does anyone know of a reasonable, trustworthy company that provides tech support for Debian (pure regular Genuine Debian - not some customized version) in the U.S.? I'm talking about high-level consultants that an experienced System Administrator / technician can call or email to get help with

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Γιώργος Πάλλας
Adrian Levi wrote: > 2008/5/14 Rody <[EMAIL PROTECTED]>: > >> In response to the latest security issue with ssl / ssh, i updated my >> packages >> with the new fixed versions of ssl. However the steps to regenerate the keys >> are not available on: >> www.debian.org/security/key-rollover/ >

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Adrian Levi
2008/5/14 Rody <[EMAIL PROTECTED]>: > > In response to the latest security issue with ssl / ssh, i updated my > packages > with the new fixed versions of ssl. However the steps to regenerate the keys > are not available on: > www.debian.org/security/key-rollover/ > as the security advisory te

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Kevin Mark
On Tue, May 13, 2008 at 08:20:55PM +0200, Rody wrote: > > In response to the latest security issue with ssl / ssh, i updated my > packages > with the new fixed versions of ssl. However the steps to regenerate the keys > are not available on: > www.debian.org/security/key-rollover/ > as the secu

Diskette? (was Re: where did www.debian.org/security/key-rollover/ go?)

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 14:27, Ross Boylan wrote: [snip] > 1) regenerated keys in ~/.ssh, including tossing my old authorized keys > from other systems. I put the new key on a diskette to take to my other What's that? Is it like a little Frisbee-shaped thumb dr

Re: [OT] Comcast, Verizon and Google censoring the internet?

2008-05-13 Thread Kevin Mark
On Tue, May 13, 2008 at 07:10:10PM +0100, Pigeon wrote: > Yeah, tin foil hats on... but SOMETHING weird is going on > and I suspect this is the best place to find people who can > tell me what. And after all my webserver does run Debian :-) > > I've been noticing some very strange activity in my w

Re: where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Ross Boylan
On Tue, 2008-05-13 at 20:20 +0200, Rody wrote: > In response to the latest security issue with ssl / ssh, i updated my > packages > with the new fixed versions of ssl. However the steps to regenerate the keys > are not available on: > www.debian.org/security/key-rollover/ > as the security advis

Re: 64bit vs i386

2008-05-13 Thread Abraham Chaffin
Thanks for the reply- > I've got a 64 bit server that will be a standard debian LAMP and > > wondering if it makes a difference if I install the 64bit version of the > > debian vs the i386 version of debian? > > If it's just running apache, perl, and php what are the benefits and > > Where's the d

where did www.debian.org/security/key-rollover/ go?

2008-05-13 Thread Rody
In response to the latest security issue with ssl / ssh, i updated my packages with the new fixed versions of ssl. However the steps to regenerate the keys are not available on: www.debian.org/security/key-rollover/ as the security advisory tells us. According to google, the page did exist 4 hou

openssl vulnerability and RSA keys

2008-05-13 Thread Ross Boylan
The recent security advisory for Debian's version of openssl says that you should regenerate all keys, and that DSA keys should be considered compromised. Does this mean that RSA keys for openssh should not be considered compromised? If so, why the need to regenerate them? Thanks. Ross Boylan

[OT] Comcast, Verizon and Google censoring the internet?

2008-05-13 Thread Pigeon
Yeah, tin foil hats on... but SOMETHING weird is going on and I suspect this is the best place to find people who can tell me what. And after all my webserver does run Debian :-) I've been noticing some very strange activity in my webserver logs over the last few days. It only seems to happen to p

Re: After update perl ,apt-cacher won't work

2008-05-13 Thread Florian Kulzer
On Tue, May 13, 2008 at 10:28:15 +0800, 刘建才 wrote: > Hi, > I updated My Debian 4.0 server yesterday,but forget exactly which > package upgraded,only remember perl related things, then apt-cacher > didn't work ,after i referenced the line 12 in > /usr/share/perl5/HTTP/Date.pm,Every thing seems OK,is

Re: exim bug

2008-05-13 Thread Simon Brandmair
On Tue, 13 May 2008 14:30:15 +0200 Chris Bannister wrote: > On Tue, May 13, 2008 at 01:06:26AM +0200, Sia Neriman wrote: >> hi >> i use lenny and have this error >> The following partially installed packages will be configured: >> exim4-daemon-light >> 0 packages upgraded, 0 newly installed, 0 t

LVM upgrade: Device '/dev/dm-0' has been left open

2008-05-13 Thread Γιώργος Πάλλας
Hi! I have LVM setup on dm-crypt. After yesterday's upgrade of lvm (lenny), I am getting this message on boot: Found volume group evg using metadata type lvm2 Device '/dev/dm-0' has been left open Device '/dev/dm-0' has been left open Two logical volumes in volume group... Except from that

Re: 64bit vs i386

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 11:45, Abraham Chaffin wrote: > I've got a 64 bit server that will be a standard debian LAMP and > wondering if it makes a difference if I install the 64bit version of the > debian vs the i386 version of debian? > If it's just running apach

Re: Adaptec AIC7770 error during install

2008-05-13 Thread Stetson, Gary M.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

64bit vs i386

2008-05-13 Thread Abraham Chaffin
I've got a 64 bit server that will be a standard debian LAMP and wondering if it makes a difference if I install the 64bit version of the debian vs the i386 version of debian? If it's just running apache, perl, and php what are the benefits and drawbacks of both? Thanks, Abraham

Re: network card change

2008-05-13 Thread steef
Kum Gabor wrote: Hello Everybody! I need a little help with setting up a new network card: I changed mainboard in my computer, and I have new integrated network card, works with forcedeth module, but I don't know how to set up. I tried modprobe forcedeth, but not appears eth0. Can somebody hel

Re: Setting up HP Pavilion DV 6458

2008-05-13 Thread Carl Fink
I believe I have been doing something stupid. I just noticed (or thought about, really) looking at the Grub menu, that I'm using the AMD64 kernel. Will ndiswrapper work right with 64-bit Linux and what I'm betting is a 32-bit driver? Can I solve this by downloading a 64-bit Broadcom Windows driv

Re: no recording with mic and audacity

2008-05-13 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 13 May 2008 11:51:06 +0200 Bernd Kloss <[EMAIL PROTECTED]> wrote: > Etch > Terratec-Soundcard > KDE > > I have no clue where in Debian my problem is. Trying to do some > > > > Audacity: recording-device: /dev/dsp > If you are running

Re: Setting Video Card

2008-05-13 Thread Benjamin Schmidt
Stephen Grant Brown wrote: Hi All, How do I tell the xserver what video card to use? Thanks in advance for your help. Stephen Grant Brown Assumed you have the x-server "xorg" in use... A simple and quick configuration menu you get when you call the command: sudo dpkg-reconfigure xserver-

Re: replacing pxe.linux.0

2008-05-13 Thread Benjamin Schmidt
Raj Kiran Grandhi wrote: abelahcene wrote: Hi, I install successfully debian via pxe (dhcp and al.) , from a remote server, but I want instead of using pxe.linux.0 , I want to use a full CD1, to do the installation without using extra server. Is it possible ? thanks a lot Boot from CD1 a

Re: Setting Video Card

2008-05-13 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/08 08:16, Stephen Grant Brown wrote: > Hi All, > > How do I tell the xserver what video card to use? Please be more specific in your question. What problem are you trying to solve? - -- Ron Johnson, Jr. Jefferson LA USA We want... a Shru

Xdmcp on light client

2008-05-13 Thread abelahcene
Hi, I want to log from light client (diskless terminals), on one machine , simple PC the connexion is Ok, I received the gdm login, on another machine server , the connexion is possible from a PC but not from light client, it just blinking. May be a gdm problem, version 2.16, gnome-core 2.14; th

Re: replacing pxe.linux.0

2008-05-13 Thread Raj Kiran Grandhi
abelahcene wrote: Hi, I install successfully debian via pxe (dhcp and al.) , from a remote server, but I want instead of using pxe.linux.0 , I want to use a full CD1, to do the installation without using extra server. Is it possible ? thanks a lot Boot from CD1 and install? Or am I missing

Setting Video Card

2008-05-13 Thread Stephen Grant Brown
Hi All, How do I tell the xserver what video card to use? Thanks in advance for your help. Stephen Grant Brown -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

replacing pxe.linux.0

2008-05-13 Thread abelahcene
Hi, I install successfully debian via pxe (dhcp and al.) , from a remote server, but I want instead of using pxe.linux.0 , I want to use a full CD1, to do the installation without using extra server. Is it possible ? thanks a lot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Kernel panic: initramfs problem? [SOLVED - mostly]

2008-05-13 Thread Bill
On Mon, 2008-12-05 at 08:18 -0700, Mike Bird wrote: > First thing I'd check is that the initramfs built successfully. > We've had a number of failures over the years where the /boot > partition became full and the resulting initramfs was corrupt. > Check, for example, that the initramfs is about th

Ardour2

2008-05-13 Thread Cassiel
hello list, any ideas about how long do we have to wait for ardour to re-enter testing distribution? r

Need advanced samples of sshd_config

2008-05-13 Thread Dominique Dumont
Hello I'm working to create a graphical sshd_config editor based on Config::Model [1]. To test it, I need some samples of sshd_config files which use advanced options like ClientAliveCountMax, Match blocks, AllowUser... If you have such a sshd_config files, could you please send it me ? (But be

  1   2   >