Re: Network Manager problems

2008-05-21 Thread Todd A. Jacobs
On Wed, May 21, 2008 at 11:46:51PM -0500, Adam Mercer wrote: > I'm running Etch and whenever I login to GNOME I have to use the > NetworkManager applet to connect to my wired network, how can I If you always want to use eth0, I'd drop NetworkManager altogether and just set things up in /etc/netwo

Re: Image compression

2008-05-21 Thread Mumia W..
On 05/21/2008 03:02 PM, Hendrik Boom wrote: I've noticed that some 40K byte jpeg files are very good, as good as ones ten times the size, and that others are awful. The question naturally arises about the proper way to further compress the large images to save disk space. What image compress

Re: A routing question

2008-05-21 Thread Mumia W..
On 05/21/2008 06:13 PM, Walt L. Williams wrote: Greetings I have recently upgraded my computer's hardware. After re-installing Debian Etch (64AMD). (I was running on a seven year old AMD motherboard.) I found that I now have to set the default route to ppp0 when I use gnome-ppp by hand throug

Network Manager problems

2008-05-21 Thread Adam Mercer
Hi I'm running Etch and whenever I login to GNOME I have to use the NetworkManager applet to connect to my wired network, how can I configure NetworkManager to automatically connect to my wired network on boot? I've tried looking at the NetworkManager man pages but they are next to useless. Cheer

Re: save mail

2008-05-21 Thread Kevin Mark
On Wed, May 21, 2008 at 03:23:16PM +, Stephane Durieux wrote: > Hello, > > Newbie question: > > What would you recommend to save mails. (I don t think it matters but I use > postfix, courier-imap) > I ve heard of mail sync for email but don t wanna used this solution to begin. > A backup to a

Re: OT: C++ help

2008-05-21 Thread al davis
On Wednesday 21 May 2008, Jordi Gutiérrez Hermoso wrote: > The following code will not compile: > >      class foo{}; > >      class A{ >      public: >        void f(int a ){a++;}; >      private: >        virtual void f(foo a) = 0; >      }; > >      class B : public A{ >      private: >        v

Re: OT: C++ help

2008-05-21 Thread Mike Bird
On Wed May 21 2008 20:01:10 Jordi Gutiérrez Hermoso wrote: > On 21/05/2008, Mike Bird <[EMAIL PROTECTED]> wrote: > > On Wed May 21 2008 19:00:27 Jordi Gutiérrez Hermoso wrote: > > > The problem seems to be that all of my functions being named f are > > > somehow colliding with each other. > > > >

Re: OT: C++ help

2008-05-21 Thread Jordi Gutiérrez Hermoso
On 21/05/2008, Mike Bird <[EMAIL PROTECTED]> wrote: > On Wed May 21 2008 19:00:27 Jordi Gutiérrez Hermoso wrote: > > The problem seems to be that all of my functions being named f are > > somehow colliding with each other. > > > Annotated C++ Reference Manual, Ellis & Stroustrup, Section 13.1 >

Re: OT: C++ help

2008-05-21 Thread Mike Bird
On Wed May 21 2008 19:00:27 Jordi Gutiérrez Hermoso wrote: > The problem seems to be that all of my functions being named f are > somehow colliding with each other. Annotated C++ Reference Manual, Ellis & Stroustrup, Section 13.1 (Declaration Matching). "A function member of a derived class is no

OT: C++ help

2008-05-21 Thread Jordi Gutiérrez Hermoso
Feel free to redirect me to a better place to ask if you know of one. The following code will not compile: class foo{}; class A{ public: void f(int a ){a++;}; private: virtual void f(foo a) = 0; }; class B : public A{ private: virtual void

Familien- Wellnessurlaub - Inteli Tours

2008-05-21 Thread ungarn-info.de
Donnerstag, 22. Mai 2008 -- http://www.ungarn-info.de -- Familien-Sparangebot mit Frühbucher-Rabat 8 Tage Familien-Wellnessurlaub Hotel Park Inn* * * *

Re: Image comparison

2008-05-21 Thread Hendrik Boom
On Wed, 21 May 2008 23:15:39 +0100, Joe wrote: > findimagedupes Looks good. I'll try it. -- hendrik -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: screen resolution question

2008-05-21 Thread Glenn Becker
take the time to read that page, it should clear up the issue for you. OK ... I got my xorg.conf fixed up to my liking. Now ... ... for me, the real issue here isn't the need to learn something new: shoot, that's fun. The issue for me here was that, as far as I was aware, it just changed an

Re: screen resolution question

2008-05-21 Thread Glenn Becker
This is from the post that Mirko Parthey posted: http://wiki.debian.org/XStrikeForce/HowToRandR12 a good read. you can add an "Option" along these lines under Monitor: Option "PreferredMode" "1024x768_60.00" (assuming 60hz refresh rate, if it is something else, change _60.00 to something

Re: screen resolution question

2008-05-21 Thread Damon L. Chesser
Glenn Becker wrote: I stupidly deleted a response to my question regarding my "skeletal" xorg.conf file. IIRC, the question was whether my file did not in fact have a "Screen" section. It does, but it is as empty as the other sections. Since it doesn't amount to much, the whole thing follow

Re: screen resolution question

2008-05-21 Thread John Hasler
Glenn Becker writes: > I stupidly deleted a response to my question regarding my "skeletal" > xorg.conf file. IIRC, the question was whether my file did not in fact > have a "Screen" section. It does, but it is as empty as the other > sections. Just fill the section in with what you want there. --

A routing question

2008-05-21 Thread Walt L. Williams
Greetings I have recently upgraded my computer's hardware. After re-installing Debian Etch (64AMD). (I was running on a seven year old AMD motherboard.) I found that I now have to set the default route to ppp0 when I use gnome-ppp by hand through a terminal window and su, where I didn't have t

Re: screen resolution question

2008-05-21 Thread Glenn Becker
I stupidly deleted a response to my question regarding my "skeletal" xorg.conf file. IIRC, the question was whether my file did not in fact have a "Screen" section. It does, but it is as empty as the other sections. Since it doesn't amount to much, the whole thing follows. # xorg.conf (X.O

Re: Image comparison

2008-05-21 Thread Joe
Hendrik Boom wrote: A similar question has been posted before about identical pictures. There are programs that search through a large collection of files (like, myriads of files) and find duplicates. Are there programs or algorithms that will do something similar for images and still recogn

Re: Image compression

2008-05-21 Thread Hendrik Boom
On Wed, 21 May 2008 21:04:41 +0100, michael wrote: > On Wed, 2008-05-21 at 20:02 +, Hendrik Boom wrote: >> I've noticed that some 40K byte jpeg files are very good, as good as >> ones ten times the size, and that others are awful. The question >> naturally arises about the proper way to furth

Re: Hard Drive Problem

2008-05-21 Thread Hugo Vanwoerkom
Thomas H. George wrote: After cpu failure and replacement Debian Lenny system bootup fails with a message: /bin/cat: /sys/block/hdb/hdb1/dev No such file or directory This is repeated several times and then again for hdb5. Finally kernel panic. I have run Western Digital's extended tes

Re: root, -1 unkown

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 15:02, David Baron wrote: > This is a process among all the others showing in krunner's top. > > Root, -1 is the process name. unknown user. I think a window-print would help to clarify things... - -- Ron Johnson, Jr. Jefferson LA USA

Re: root, -1 unkown

2008-05-21 Thread David Baron
This is a process among all the others showing in krunner's top. Root, -1 is the process name. unknown user. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Image comparison

2008-05-21 Thread Hendrik Boom
A similar question has been posted before about identical pictures. There are programs that search through a large collection of files (like, myriads of files) and find duplicates. Are there programs or algorithms that will do something similar for images and still recognize one image as the s

Re: Image compression

2008-05-21 Thread michael
On Wed, 2008-05-21 at 20:02 +, Hendrik Boom wrote: > I've noticed that some 40K byte jpeg files are very good, as good as ones > ten times the size, and that others are awful. The question naturally > arises about the proper way to further compress the large images to save > disk space. >

Image compression

2008-05-21 Thread Hendrik Boom
I've noticed that some 40K byte jpeg files are very good, as good as ones ten times the size, and that others are awful. The question naturally arises about the proper way to further compress the large images to save disk space. What image compression programs have people found to give good re

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Hugo Vanwoerkom
Florian Kulzer wrote: On Wed, May 21, 2008 at 13:45:19 +0200, Santi Saez wrote: Dear Srs, I need to get the CPU temperature in a Supermicro X6DH8-XG2 motherboard, this is the link for key features: http://www.supermicro.com/products/motherboard/Xeon800/E7520/X6DH8- XG2.cfm [...] # modpr

Hard Drive Problem

2008-05-21 Thread Thomas H. George
After cpu failure and replacement Debian Lenny system bootup fails with a message: /bin/cat: /sys/block/hdb/hdb1/dev No such file or directory This is repeated several times and then again for hdb5. Finally kernel panic. I have run Western Digital's extended test on hdb and found no err

Re: Something stopping Gimp loading

2008-05-21 Thread Joost Witteveen
> [EMAIL PROTECTED]:~$ /sbin/ldconfig -pNX | grep libglib-2.0 >libglib-2.0.so.0 (libc6,x86-64) => /usr/local/lib/libglib-2.0.so.0 >libglib-2.0.so.0 (libc6,x86-64) => /usr/lib/libglib-2.0.so.0 >libglib-2.0.so (libc6,x86-64) => /usr/local/lib/libglib-2.0.so > [EMAIL PROTECTED]

Re: root, -1 unkown

2008-05-21 Thread Sjoerd Hardeman
Jochen Schulz wrote: David Baron: What the h*ll is that? Running Debian Sid, KDE4-devel from experimental. This is an error message reserved for people running software from experimental who don't know how to ask smart questions. :) J. In my system, user -1 would be the anti-daemon. Let's ho

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Florian Kulzer
On Wed, May 21, 2008 at 13:45:19 +0200, Santi Saez wrote: > > Dear Srs, > > I need to get the CPU temperature in a Supermicro X6DH8-XG2 motherboard, > this is the link for key features: > > http://www.supermicro.com/products/motherboard/Xeon800/E7520/X6DH8- > XG2.cfm [...] > # modprobe -l | gre

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Florian Kulzer
On Wed, May 21, 2008 at 09:22:44 -0500, Ron Johnson wrote: > On Wed, May 21, 2008 at 08:02:42 -0500, Ron Johnson wrote: [...] > > Did you go to the mentioned web site to look to see whether the > > PC87427 is supported by lm-sensors 2.10.1-3? > > *I* did. But then, I'm not the OP. Why are you

Re: strange gs problem: unicode encoding problem with pdf (?)

2008-05-21 Thread Florian Kulzer
On Tue, May 20, 2008 at 22:41:26 +0200, Rainer Dorsch wrote: > Am Montag, 19. Mai 2008 schrieb Florian Kulzer: > > On Sun, May 18, 2008 at 23:30:15 +0200, Rainer Dorsch wrote: > > > Am Sonntag, 18. Mai 2008 schrieb Florian Kulzer: > > > > On Sat, May 17, 2008 at 23:47:06 +0200, Rainer Dorsch wrote:

Re: bash doubt

2008-05-21 Thread Osamu Aoki
On Tue, May 13, 2008 at 08:05:16PM -0500, Jordi Gutiérrez Hermoso wrote: > 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

Re: openoffice java problem in sid

2008-05-21 Thread Javier Barroso
Hello, Have you got sun-java as the default java (with update-alternatives) ? On Tue, May 20, 2008 at 11:29 AM, niclas w <[EMAIL PROTECTED]> wrote: > I can't set java runtime environment in openoffice 2.4.0 > (openoffice.org-core 1:2.4.0-6) > Tools >> Options >> Openoffice.org >> Java > > When I

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 11:02, Hugo Vanwoerkom wrote: > Ron Johnson wrote: >> >> On 05/21/08 09:01, Brian Schrock wrote: [snip] >>> Did you go to the mentioned web site to look to see whether the >>> PC87427 is supported by lm-sensors 2.10.1-3? >> >> *I* did. But

Re: save mail

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 10:23, Stephane Durieux wrote: > Hello, > > Newbie question: > > What would you recommend to save mails. (I don t think it matters but I > use postfix, courier-imap) > I ve heard of mail sync for email but don t wanna used this solution t

Re: Cloning hda to new internal disk (was Re: How to copy a laptop HD?)

2008-05-21 Thread Hugo Vanwoerkom
Lee Glidewell wrote: On Tuesday 20 May 2008 07:20:17 pm Ron Johnson wrote: In a similar vein to OP's question, I am going to buy a new boot disk, because my hda is old enough -- and drives are cheap enough -- that I'd rather replace it before it fails. So I checked out CloneZilla, but it seems

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Hugo Vanwoerkom
Ron Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 09:01, Brian Schrock wrote: On Wed, May 21, 2008 at 9:02 AM, Ron Johnson <[EMAIL PROTECTED] > wrote: On 05/21/08 06:45, Santi Saez wrote: Dear Srs, I need to get the CPU temperature in a S

Re: root, -1 unkown

2008-05-21 Thread Micha
On Wed, 21 May 2008 17:28:52 +0300 David Baron <[EMAIL PROTECTED]> wrote: > > > What the h*ll is that? > > > > > > Running Debian Sid, KDE4-devel from experimental. > > > > Where/when does "this" show up? > > Running the kde4/krunner top functionality, showing all processes. > > > Do the colu

Re: blogging - alternative packages

2008-05-21 Thread Hugo Vanwoerkom
Russell L. Harris wrote: I am in search of a simplified approach to blog maintenance. At the present time, I have a blog which is maintained with WordPress. WordPress rapidly is increasing in complexity because features are being added. The procedure for backing up and restoring the MySQL data

save mail

2008-05-21 Thread Stephane Durieux
Hello, Newbie question: What would you recommend to save mails. (I don t think it matters but I use postfix, courier-imap) I ve heard of mail sync for email but don t wanna used this solution to begin. A backup to a disk would be good for me. The question I wonder is : What happen when a cron t

Re: root, -1 unkown

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 09:28, David Baron wrote: >>> What the h*ll is that? >>> >>> Running Debian Sid, KDE4-devel from experimental. >> Where/when does "this" show up? > > Running the kde4/krunner top functionality, showing all processes. So this is a line ent

Re: problems installing openoffice.org in etch (solved)

2008-05-21 Thread Marcelo Chiapparini
Florian Kulzer wrote: On Tue, May 20, 2008 at 11:51:17 -0300, Marcelo Chiapparini wrote: Florian Kulzer wrote: On Mon, May 19, 2008 at 17:56:24 -0300, Marcelo Chiapparini wrote: Florian Kulzer wrote: On Mon, May 19, 2008 at 16:38:13 -0300, Marcelo Chiapparini wrote: [...] Hi! follows a cop

JUNK: email probs

2008-05-21 Thread michael
Just a heads up that my email address [EMAIL PROTECTED] lives on a server that's had some DNS problems so if you receive a 'cannot deliver' error, please can you let us know on our alternative email address: [EMAIL PROTECTED] We are working with our web/email hosting company to resolve this ASAP.

Re: root, -1 unkown

2008-05-21 Thread David Baron
> > What the h*ll is that? > > > > Running Debian Sid, KDE4-devel from experimental. > > Where/when does "this" show up? Running the kde4/krunner top functionality, showing all processes. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: root, -1 unkown

2008-05-21 Thread Jochen Schulz
David Baron: > What the h*ll is that? > > Running Debian Sid, KDE4-devel from experimental. This is an error message reserved for people running software from experimental who don't know how to ask smart questions. :) J. -- As a child I pulled the legs from a spider. [Agree] [Disagree]

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 09:01, Brian Schrock wrote: > > > On Wed, May 21, 2008 at 9:02 AM, Ron Johnson <[EMAIL PROTECTED] > > wrote: > > On 05/21/08 06:45, Santi Saez wrote: > >> Dear Srs, > >> I need to get the CPU temperature in a

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Brian Schrock
On Wed, May 21, 2008 at 9:02 AM, Ron Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/21/08 06:45, Santi Saez wrote: > > > > Dear Srs, > > > > I need to get the CPU temperature in a Supermicro X6DH8-XG2 motherboard, > > this is the link for key feature

Re: root, -1 unkown

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 08:23, David Baron wrote: > What the h*ll is that? > > Running Debian Sid, KDE4-devel from experimental. Where/when does "this" show up? - -- Ron Johnson, Jr. Jefferson LA USA ESPN makes baseball players better. -BEGIN PGP SIGNATUR

root, -1 unkown

2008-05-21 Thread David Baron
What the h*ll is that? Running Debian Sid, KDE4-devel from experimental. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

apt-cacher starting twice

2008-05-21 Thread Guillermo Garron
Hi, I have installed apt-cacher in a Debian Lenny (fully updated) I also have apache on that server (if this matters), the problem is that at startup apt-cacher tries to start twice, the first one goes well, and the second is unable to bind the port (TCP 3142) because it is taken by the first run.

Re: Cloning hda to new internal disk (was Re: [debian-user] How to copy a laptop HD?)

2008-05-21 Thread Javier Vasquez
On Tue, May 20, 2008 at 9:04 PM, Ron Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Gmail *sucks*, because it screws up reply nesting. I have to > manually fix it so that people (including me) how use sane MUAs can > read it properly. > > On 05/20/08 21:

Re: Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/08 06:45, Santi Saez wrote: > > Dear Srs, > > I need to get the CPU temperature in a Supermicro X6DH8-XG2 motherboard, > this is the link for key features: > > http://www.supermicro.com/products/motherboard/Xeon800/E7520/X6DH8-XG2.cfm > >

Re: [debian-user] How to copy a laptop HD?

2008-05-21 Thread Javier Vasquez
On Tue, May 20, 2008 at 11:33 PM, Jochen Schulz <[EMAIL PROTECTED]> wrote: > Javier Vasquez: >> On Tue, May 20, 2008 at 3:07 PM, Jochen Schulz <[EMAIL PROTECTED]> wrote: >>> >>> Why do you only copy 446 Bytes back? >> >> That's what I read is necessary, since the last 64+2 bytes of the 1st >> 512

Monitor CPU temperature in a Supermicro X6DH8-XG2

2008-05-21 Thread Santi Saez
Dear Srs, I need to get the CPU temperature in a Supermicro X6DH8-XG2 motherboard, this is the link for key features: http://www.supermicro.com/products/motherboard/Xeon800/E7520/X6DH8- XG2.cfm According with the page specs, X6DH8-XG2 seems to have some thermal monitoring chip/hardware:

browsing phone over bluetooth with bluetooth applet (under xfce)

2008-05-21 Thread Micha
I have bluetooth applet installed and installed everything I could find related to bluetooth and obex. When I right click on the bluetooth applet I still see browse device grayed out. I tried google but all I get was reference to just working under ubuntu, nothing debian related. How do I enable b

Re: proftpd segfaulting

2008-05-21 Thread Raven
On Wed, 2008-05-21 at 10:05 +0200, Francesco P. Lovergine wrote: > On Wed, May 21, 2008 at 09:44:54AM +0200, Raven wrote: > > Anybody experienced the same problem and have a fix/solution? > > > > LoadModule mod_sql.c > > before mod_sql_mysql.c which is a pre-requisite. > That worked. Sorry for

Re: Firefox irresponsible

2008-05-21 Thread Javier Barroso
Well, I don't known, but now I'm using iceweasel for a while and now I'm not taking unresponsable behaviour from him any more. Maybe an upgrade would solved the issue Thanks all people wanted to help On Sat, May 17, 2008 at 5:32 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > 2008/5/16 Celejar <[E

Re: proftpd segfaulting

2008-05-21 Thread Francesco P. Lovergine
On Wed, May 21, 2008 at 09:44:54AM +0200, Raven wrote: > Hi. > Yesterday I did a fresh debian testing install on one of our servers but > it seems that the current proftpd version in the repositories is broken: > > dsrv:~# /etc/init.d/proftpd start > Starting ftp server: proftpd/etc/init.d/proftpd

Re: Tab in Java

2008-05-21 Thread Dotan Cohen
2008/5/21 Marc Shapiro <[EMAIL PROTECTED]>: > I would have expected better of Technion! Hard in training, easy in war. I think that is the philosophy behind some of the Technion's decisions. > If this is actually a java > problem then they should use something else. If this is not a java problem

Re: screen resolution question

2008-05-21 Thread Mirko Parthey
On Wed, May 21, 2008 at 01:45:44AM +, Glenn Becker wrote: > I am running a testing box. Recently, it seems, my X settings > changed (w/o my intentionally changing them, at least as far as I can > recall) so that the screen resolution on Gnome, for example, it was > defaulting to 1400x1050. I

proftpd segfaulting

2008-05-21 Thread Raven
Hi. Yesterday I did a fresh debian testing install on one of our servers but it seems that the current proftpd version in the repositories is broken: dsrv:~# /etc/init.d/proftpd start Starting ftp server: proftpd/etc/init.d/proftpd: line 88: 3615 Segmentation fault start-stop-daemon --start

Re: howto: romanian alphabet - special characters?

2008-05-21 Thread Andrei Popescu
On Tue, May 20, 2008 at 10:53:35PM +0300, Andrei Popescu wrote: > or similar. There are also two types of Romania layouts. The default one > uses AltGr (right Alt) as a compose key and you get the diacritics like > > Alt + a = ă > Alt + s = ş > Alt + t = ţ > ... > Alt + q = â Sorry, those are