Re: [gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Hemmann, Volker Armin
On Sonntag, 1. Juli 2007, Willie Wong wrote: > On Sun, Jul 01, 2007 at 05:31:29AM +0200, Penguin Lover Hemmann, Volker Armin squawked: > > why? Is the KRZR so much worse than a RAZR? > > > > With a RAZR you just connect the phone to the computer with the usb > > cable, and you can transfer the dat

Re: [gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Willie Wong
On Sun, Jul 01, 2007 at 05:31:29AM +0200, Penguin Lover Hemmann, Volker Armin squawked: > why? Is the KRZR so much worse than a RAZR? > > With a RAZR you just connect the phone to the computer with the usb cable, > and > you can transfer the data. No need for a card reader. > Perhaps, but I a

Re: [gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Hemmann, Volker Armin
On Sonntag, 1. Juli 2007, Willie Wong wrote: > On Sun, Jul 01, 2007 at 05:31:29AM +0200, Penguin Lover Hemmann, Volker Armin squawked: > > On Sonntag, 1. Juli 2007, Willie Wong wrote: > > why? Is the KRZR so much worse than a RAZR? > > > > With a RAZR you just connect the phone to the computer wit

Re: [gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Willie Wong
On Sun, Jul 01, 2007 at 05:31:29AM +0200, Penguin Lover Hemmann, Volker Armin squawked: > On Sonntag, 1. Juli 2007, Willie Wong wrote: > why? Is the KRZR so much worse than a RAZR? > > With a RAZR you just connect the phone to the computer with the usb cable, > and > you can transfer the data.

Re: [gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Hemmann, Volker Armin
On Sonntag, 1. Juli 2007, Willie Wong wrote: > Hi List, > > Sorry if this is a stupid question: I've never actually owned a > device using a MicroSD card--until now. I have for myself a Motorola > KRZR K1 phone, and I am thinking of buying a MicroSD card so I can > transfer music/pictures b

[gentoo-user] SanDisk MobileMate?

2007-06-30 Thread Willie Wong
Hi List, Sorry if this is a stupid question: I've never actually owned a device using a MicroSD card--until now. I have for myself a Motorola KRZR K1 phone, and I am thinking of buying a MicroSD card so I can transfer music/pictures between the phone and my laptop. To do that, I'll also

Re: [gentoo-user] eaccelerator messes up virtual webapps

2007-06-30 Thread Kent Fredric
On 6/30/07, Christoph Erdle <[EMAIL PROTECTED]> wrote: Hi, I encountered a really annoying behavior of eccelerator. On my server I run several installs of wordpress using gentoo's webapp-config, all up to the same version. When the cache is empty all works as expected, it caches the called php

[gentoo-user] Re: OT serial port program with a gui interface

2007-06-30 Thread James
Steve Dommett st4vs.net> writes: > > I'm looking for a serial port program, with a simple > > gui interface, that can be extended. > http://komport.sourceforge.net/ > http://cutecom.sourceforge.net/ Hello Steve, Well those are OK but, I was hoping for something with a few simple input boxe

Re: [gentoo-user] OT serial port program with a gui interface

2007-06-30 Thread Pongracz Istvan
Hi, I just started to play with the same thing, what you need. I use fltk as gui, datareel for accessing serial port and codeblocks as the c++ IDE (it supports fltk). fltk and codeblocks are in the portage tree, datareel can be download from http://www.datareel.com fltk and datareel support mul

Re: [gentoo-user] OT serial port program with a gui interface

2007-06-30 Thread Steve Dommett
James wrote: Hello, I'm looking for a serial port program, with a simple gui interface, that can be extended. I do not really Any ideas of something I can use as a starting point? Perhaps Komport will be a nice starting point: http://komport.sourceforge.net/ or maybe Cutecom: http://cute

[gentoo-user] OT serial port program with a gui interface

2007-06-30 Thread James
Hello, I'm looking for a serial port program, with a simple gui interface, that can be extended. I do not really care what language(s) it it built upon (java, c, c++, qt) It would be really cool if versions ran on both gentoo linux and windows XP or Vista Besides a typical serial port

[gentoo-user] ps -e

2007-06-30 Thread Cahn Roger
Hi all, I'm with thunar and xfce. I can't bring up cdrom or cdrw when I put in a cd or dvd. I must do it with a terminal, and then I get an icone on the desktop and it works well. In contrary, the usb-key works normally and an icone appears on the desktop and I can read what is in it. In ps -e I

Re: [gentoo-user] Why is /etc/init.d/xdm in the xinit package ?!

2007-06-30 Thread Albert Hopkins
On Sat, 2007-06-30 at 16:10 +0200, Enrico Weigelt wrote: > Hi folks, > > why is the xdm startup script (/etc/init.d/xdm) and config stuff > (/etc/conf.d/xdm) in the xinit package, not in xdm ? The xdm init and config file are also used to run gdm, kdm, entrance, probably other display manag

[gentoo-user] Why is /etc/init.d/xdm in the xinit package ?!

2007-06-30 Thread Enrico Weigelt
Hi folks, why is the xdm startup script (/etc/init.d/xdm) and config stuff (/etc/conf.d/xdm) in the xinit package, not in xdm ? cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ --

Re: [gentoo-user] Re: Gentoo Halt message

2007-06-30 Thread Neil Bothwick
Hello Stephan Wacker, > while [ `find /var/spool/postfix/active -type f -mmin -1` ] find returns success if it finds no files, so this will loop forever. Use [[ $(find blah | wc -l) -gt 0 ]] -- Neil Bothwick The world is a tragedy to those who feel, but a comedy to those who think.(Horac

Re: [gentoo-user] Seamonkey and saving images taking so long

2007-06-30 Thread Aleksey V. Kunitskiy
On Saturday 30 June 2007 08:29, Dale wrote: > Any ideas? Is it Seamonkey or something else? > > Thanks for any help. > > Dale > > :-) :-) You can check how much processor time takes kernel(top or htop) - if kernel loads cpu too much then it is probably fs io. -- best regards, Aleksey V. Kunit

Re: [gentoo-user] Re: Gentoo Halt message

2007-06-30 Thread Stephan Wacker
Hi, I would rather suggest you put the code into /etc/conf.d/local.stop That script is executed before anything in /etc/init.d is stopped. If you want to make sure the mail has left your system, you might test if the outgoing mail directory is empty. In my case that is /var/s

[gentoo-user] eaccelerator messes up virtual webapps

2007-06-30 Thread Christoph Erdle
Hi, I encountered a really annoying behavior of eccelerator. On my server I run several installs of wordpress using gentoo's webapp-config, all up to the same version. When the cache is empty all works as expected, it caches the called php pages. BUT when I access a different install of wo