[gentoo-user] [OT] Purchase memory modules question

2005-05-28 Thread =?ISO-8859-1?Q?Joh=E1m-Lu=EDs_Migu=E9ns?= Vila
Hi. I have to choose between: - Purchase 1GB DDR400 (2x512MB) value RAM. - Purchase 512M DDR400 (2x256MB) good CL2 RAM. It's for a home machine (A7N8X-Deluxe MB, Athlon XP 2600+)... Sometimes i have to use vmware. Thanks in advance, cheers. [sinatura] A ouvir (mpc): The Smashing Pumpkins -

Re: [gentoo-user] Online backups...

2005-05-28 Thread W
On 24/05/05 13:58:02, Steve [Gentoo] wrote: I admit that this is a pretty generic idea... but I hope no-one sees harm in me asking about it here... I plan to do this with gentoo... so if someone else has had a similar plan... maybe they could offer me the benefit of their wisdom :-)

Re: [gentoo-user] Software suspend

2005-05-28 Thread Ow Mun Heng
On Fri, 2005-05-27 at 20:14 +0200, Hans-Werner Hilse wrote: Hi, On Fri, 27 May 2005 10:51:21 -0700 Pingveno [EMAIL PROTECTED] wrote: I just remerged hibernate-script and ran it (after saving everything :P ). The one problem: I have to shut down X11 because the nvidia driver has to

Re: [gentoo-user] Software suspend + Nvidia

2005-05-28 Thread Ow Mun Heng
On Sat, 2005-05-28 at 17:58 +0800, Ow Mun Heng wrote: On Fri, 2005-05-27 at 20:14 +0200, Hans-Werner Hilse wrote: Hi, On Fri, 27 May 2005 10:51:21 -0700 Pingveno [EMAIL PROTECTED] wrote: Check the attached email out. -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98%

Re: [gentoo-user] grub misfires?

2005-05-28 Thread Richard Fish
Richard Price wrote: New to the list, but here goes - try: mount /dev/hda4 /mnt/gentoo mkdir /mnt/gentoo/boot mount /dev/hda2 /mnt/gentoo/boot Welcome to the list. You are correct...the problem is that hda2 should be mounted at /mnt/gentoo/boot before chroot'ing into it. I would add one

Re: [gentoo-user] [OT] Purchase memory modules question

2005-05-28 Thread Richard Fish
Andreas Karlsson wrote: On Saturday 28 May 2005 10.17, Johám-Luís Miguéns Vila wrote: Hi. I have to choose between: - Purchase 1GB DDR400 (2x512MB) value RAM. - Purchase 512M DDR400 (2x256MB) good CL2 RAM. It's for a home machine (A7N8X-Deluxe MB, Athlon XP 2600+)... Sometimes i have to

Re: [gentoo-user] [OT] Purchase memory modules question

2005-05-28 Thread =?ISO-8859-1?Q?Joh=E1m-Lu=EDs_Migu=E9ns?= Vila
Sáb, 2005-05-28 às 13:41 +0200, Richard Fish escreveu: Andreas Karlsson wrote: I agree. The system will peform better overall with more RAM, because even though the fast RAM might be 10% faster, your hard-disk is 100x slower, so you really want to avoid swapping at all. You might be

[gentoo-user] cant build gcc on installation emerge --newuse system

2005-05-28 Thread Aaron Urbain
Links are now set up to build a native compiler for i686-pc-linux-gnu updating cache ../config.cache creating ./config.status creating Makefile creating intl/Makefile creating fixinc/Makefile creating gccbug creating mklibgcc creating mkheaders creating auto-host.h * Compiling gcc ...

Re: [gentoo-user] Back up with no root

2005-05-28 Thread Mark Shields
Obviously, if you've never used sudo you'll have to emerge the package app-admin/sudo. Then, configure /etc/sudoers with the visudo command. Find #%wheel ALL=(ALL)ALL and uncomment it. Then, add the user you want to be able to use sudo to the wheel group (usermod -g name). And that's

Re: [gentoo-user] Back up with no root

2005-05-28 Thread Mark Shields
oops. It's Then, add the user you want to be able to use sudo to the wheel group (usermod -g wheel name). On 5/28/05, Mark Shields [EMAIL PROTECTED] wrote: Obviously, if you've never used sudo you'll have to emerge the package app-admin/sudo. Then, configure /etc/sudoers with the visudo

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Boyd Stephen Smith Jr.
On Monday 23 May 2005 05:09 pm, Colin [EMAIL PROTECTED] wrote: -O3: The highest performance optimization level before code starts to break. It goes up to -O9 if you're daring. (Use -Os to compile for size.) Implies a lot of stuff. Ack! What? It does *not* go up to -O9 and never has.

[gentoo-user] ALSA broke WINE build?

2005-05-28 Thread Stoian Ivanov
Today's 'emerge -auD world' decided to update, amongst others, alsalib and WINE. ALSA emerged fine while WINE compile failed with message about bad sintax in one of alsa's .h files. Is it just my system going bad or a known problem? -- gentoo-user@gentoo.org mailing list

[gentoo-user] Slow data transfer over network

2005-05-28 Thread Stuart Howard
Hi I have a small LAN at home with 2 winXP and 1 Gentoo [genstu] machines connected through a combined ADSLrouter etc. I have a problem whereby, I seem to have very slow data transfer speeds between my Gentoo machine and my XP machines as a guide here are some figures Transfer of a 66Mb file :-

Re: [gentoo-user] Slow data transfer over network

2005-05-28 Thread A. Khattri
On Sat, 28 May 2005, Stuart Howard wrote: I have a small LAN at home with 2 winXP and 1 Gentoo [genstu] machines connected through a combined ADSLrouter etc. I have a problem whereby, I seem to have very slow data transfer speeds between my Gentoo machine and my XP machines as a guide here

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Ryan Lynch
Optimization level 9 (-O9)? Thats a laugh. Read the GCC man page, the optimization levels are just groupings of other optimization flags (-O1, -O2, -O3, -O0, -Os), with optimization level 3 (-O3) containing the most optimization flags. The numbers don't correlate to any kind of optimization

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Ryan Lynch
Optimization level 9 (-O9)? Thats a laugh. Read the GCC man page, the optimization levels are just groupings of other optimization flags (-O1, -O2, -O3, -O0, -Os), with optimization level 3 (-O3) containing the most optimization flags. The numbers don't correlate to any kind of optimization

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Ryan Lynch
Optimization level 9 (-O9)? Thats a laugh. Read the GCC man page, the optimization levels are just groupings of other optimization flags (-O1, -O2, -O3, -O0, -Os), with optimization level 3 (-O3) containing the most optimization flags. The numbers don't correlate to any kind of optimization

Re: [gentoo-user] package.* mess!

2005-05-28 Thread Boyd Stephen Smith Jr.
On Thursday 26 May 2005 08:19 am, Ric de France [EMAIL PROTECTED] wrote: I find it just as easy to run all the flags in one line, like: $ emerge -DNuvtp world and when I am satisfied with what the coloured output is showing to me (well done Gentoo portage dev guys), I just run it properly

Re: [gentoo-user] portage skipfailed ebuild

2005-05-28 Thread Boyd Stephen Smith Jr.
On Wednesday 25 May 2005 05:30 pm, Michael W. Holdeman [EMAIL PROTECTED] wrote: Is there an option to let portage skip a failed ebuild and continue on, like --resume --skipfirst on unattende? I like bash scripting: if ! emerge youropts; then while ! emerge --resume --skipfirst; do

Re: [gentoo-user] grub misfires?

2005-05-28 Thread maxim wexler
Welcome to the list. You are correct...the problem is that hda2 should be mounted at /mnt/gentoo/boot before chroot'ing into it. Sorry guys, this is what becomes of copying out commands with pen paper then copying out the copies onto another piece of paper ;(

Re: [gentoo-user] portage v. yum with regards to java

2005-05-28 Thread Boyd Stephen Smith Jr.
On Monday 23 May 2005 06:24 am, Ciaran McCreesh [EMAIL PROTECTED] wrote: On Mon, 23 May 2005 12:12:02 +0100 THUFIR HAWAT [EMAIL PROTECTED] | Sun doesn't follow the LFS The what? AFAIK-- LFS: Linux Filesystem heiracrchy Standard. Probably not really a standard. Based off of the FHS with

[gentoo-user] Dual Core 64/Intel

2005-05-28 Thread timothy johnson
May be a dumb question, but is there a version of the linux kernel for the intel dual core 64bit??? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Richard Fish
Ok already, we hear you. No need to post the same message 5 times. And BTW, it is a feature of GMail that you don't see your own posts. Cheers, -Richard Ryan Lynch wrote: Optimization level 9 (-O9)? Thats a laugh. Read the GCC man page, the optimization levels are just groupings of other

Re: [gentoo-user] Slow data transfer over network

2005-05-28 Thread A. Khattri
On Sat, 28 May 2005, Stuart Howard wrote: yes it has a built in switch [Linksys WAG54G] and unfortunaltly Is it a 100Mbps switch? [EMAIL PROTECTED] stuart # mii-diag Using the default interface 'eth0'. SIOCGMIIPHY on eth0 failed: Operation not supported ^^ prehaps this is relavent ?

Re: [gentoo-user] Back up with no root

2005-05-28 Thread Pupeno
On Saturday 28 May 2005 10:47, Mark Shields wrote: Obviously, if you've never used sudo you'll have to emerge the package app-admin/sudo. Then, configure /etc/sudoers with the visudo command. Find #%wheel ALL=(ALL)ALL and uncomment it. Then, add the user you want to be able to use

Re: [gentoo-user] portage v. yum with regards to java

2005-05-28 Thread Ciaran McCreesh
On Sat, 28 May 2005 12:43:49 -0500 Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: | Besides the /opt vs. /usr problem, I don't like how I have to | delete /mnt/floppy and /mnt/cdrom everytime baselayout (?) is updated, | since the correct place (and the one I use) for these mount points | is

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread neil
timothy johnson wrote: May be a dumb question, but is there a version of the linux kernel for the intel dual core 64bit?? Yes, it is a dumb question. Gentoo users create their own kernel versions depending on their hardware and configuration. Be lucky, Neil -- gentoo-user@gentoo.org

Re: [gentoo-user] Slow data transfer over network

2005-05-28 Thread Stuart Howard
lsmod returns tulip The switch is :- Supports 4 10/100 Auto MDI-X Ethernet switch ports and 1 Line port and using modinfo tulip I get [EMAIL PROTECTED] stuart # modinfo tulip author: The Linux Kernel Team description:Digital 21*4* Tulip ethernet driver license:GPL version:

Re: [gentoo-user] ALSA broke WINE build?

2005-05-28 Thread Edward Catmur
On Sat, 2005-05-28 at 19:57 +0200, Ryan Viljoen wrote: In file included from /usr/include/alsa/asoundlib.h:48, from alsa.h:23, from audio.c:63: /usr/include/alsa/conf.h:189: error: parse error before struct audio.c: In function `wodPlayer': audio.c:1720:

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Jonathan Wright
neil wrote: timothy johnson wrote: May be a dumb question, but is there a version of the linux kernel for the intel dual core 64bit?? Yes, it is a dumb question. Gentoo users create their own kernel versions depending on their hardware and configuration. A little harsh I think! The

[gentoo-user] OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Michael Sullivan
I have an Argus DC1730 USB digital still camera. I want to be able to use it in Gentoo. I found a website (http://www.teaser.fr/~hfiguiere/linux/digicam.html) that said that the driver I would need is gphoto2/sq905. I emerged gphoto2 and I think I have the driver now. The website said that I

Re: [gentoo-user] portage v. yum with regards to java

2005-05-28 Thread Holly Bostick
Ciaran McCreesh schreef: On Sat, 28 May 2005 12:43:49 -0500 Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: | Besides the /opt vs. /usr problem, I don't like how I have to | delete /mnt/floppy and /mnt/cdrom everytime baselayout (?) is updated, | since the correct place (and the one I use)

Re: [gentoo-user] OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Mark Knecht
On 5/28/05, Michael Sullivan [EMAIL PROTECTED] wrote: I have an Argus DC1730 USB digital still camera. I want to be able to use it in Gentoo. I found a website (http://www.teaser.fr/~hfiguiere/linux/digicam.html) that said that the driver I would need is gphoto2/sq905. I emerged gphoto2 and

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Andreas Vinsander
Jonathan Wright wrote: Yes, it is a dumb question. Gentoo users create their own kernel versions depending on their hardware and configuration. A little harsh I think! Agree! If your running a dual-core, double-processor system, it's effectively a quad system (no dual), so SMP should

[gentoo-user] Printer setup tool

2005-05-28 Thread creighto
Are there any tools to help me set up my printer (Hp Deskjet 722c)? The gentoo docs don't seem to work for my and I can't understand why. The computer thinks that its sending the jobs, reports that the printer is active and idle, but the jobs seem to vanish into /dev/null and the printer never

[gentoo-user] Re: OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Sarpy Sam
On 5/28/05, Uwe Klosa [EMAIL PROTECTED] wrote: You should go through the USB HOWTO and SUBMOUNT HOWTO. That is working great for me and all devices i connet via usb. The system will recognize your camera as a mass storage device. If you are using gphoto2 to access the camera you will not

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Jonathan Wright
Andreas Vinsander wrote: A little harsh I think! Agree! :) If your running a dual-core, double-processor system, it's effectively a quad system (no dual), so SMP should be build for at least 4 processors. Here's another dumb one: Is hyperthreading enabled in the dual-core procesors?

Re: [gentoo-user] Re: OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Jonathan Wright
Sarpy Sam wrote: On 5/28/05, Uwe Klosa [EMAIL PROTECTED] wrote: You should go through the USB HOWTO and SUBMOUNT HOWTO. That is working great for me and all devices i connet via usb. The system will recognize your camera as a mass storage device. If you are using gphoto2 to access the camera

Re: [gentoo-user] Re: OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Michael Sullivan
On Sat, 2005-05-28 at 14:39 -0600, Sarpy Sam wrote: On 5/28/05, Uwe Klosa [EMAIL PROTECTED] wrote: You should go through the USB HOWTO and SUBMOUNT HOWTO. That is working great for me and all devices i connet via usb. The system will recognize your camera as a mass storage device.

Re: [gentoo-user] OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Neil Bothwick
On Sat, May 28, 2005 9:13 pm, Uwe Klosa said: The system will recognize your camera as a mass storage device. Not necessarily, not all cameras are recognised as mass storage devices. -- Neil Bothwick -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Printer setup tool

2005-05-28 Thread Neil Bothwick
On Sat, May 28, 2005 9:24 pm, [EMAIL PROTECTED] said: Are there any tools to help me set up my printer (Hp Deskjet 722c)? The gentoo docs don't seem to work for my and I can't understand why. The computer thinks that its sending the jobs, reports that the printer is active and idle, but the

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Zac Medico
--- Jonathan Wright [EMAIL PROTECTED] wrote: The standard kernel should do fine. As far as the system is concerned Sure but what about 64 bits? CMIIW but new intel processors with EM64T are supposed to be x86_64 compatible, right? That would mean that the gentoo AMD64 project applies here.

Re: [gentoo-user] Back up with no root

2005-05-28 Thread Walter Dnes
On Sat, May 28, 2005 at 09:47:20AM -0400, Mark Shields wrote Obviously, if you've never used sudo you'll have to emerge the package app-admin/sudo. Then, configure /etc/sudoers with the visudo command. Find #%wheel ALL=(ALL)ALL and uncomment it. Then, add the user you want to be

Re: [gentoo-user] OT - Need help setting up Gentoo to access digital camera

2005-05-28 Thread Mark Knecht
On 5/28/05, Michael Sullivan [EMAIL PROTECTED] wrote: On Sat, 2005-05-28 at 12:42 -0700, Mark Knecht wrote: I don't do anything really fancy with mine. I just access pictures via Gnome's desktop interface and copy photos off. I had to set up USB disk stuff in my kernels. With that in

Re: [gentoo-user] cant build gcc on installation emerge --newuse system

2005-05-28 Thread Khan
Aaron Urbain wrote: * Running make LDFLAGS= STAGE1_CFLAGS=-O LIBPATH=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130 BOOT_CFLAGS= -O2 -march=i686 -pipe profiledbootstrap make: *** No rule to make target `profiledbootstrap'. Stop. Hmmm, this looks serious. I have filled a bug:

[gentoo-user] Back up again

2005-05-28 Thread Pupeno
After a lot of testing and testing of different methods to make backups I reached a conclution of what I need, but I don't know if it's possible. I want to do an rsync of the server directories I want but locally, it should end up in a tared file (it doesn't need to be compressed). I need it on

[gentoo-user] Clamav out of date

2005-05-28 Thread Brett I. Holcomb
During startup clamav tells me it's out of date. If I run freshclam I get the message below. However, I'm running the most current version in portage and haven't found anyting in bugzilla about this. What do I do to get the functionality level where clamav will be happy? ClamAV update

[gentoo-user] xorg on laptop

2005-05-28 Thread Antonio Coralles
Recently i tried to install gentoo on a aspire 1300 laptop with a savage graphics card. Everthing worked fine till i started to configute the X server. For some reason which i don't understand, when starting X only about 1/4 of the screen are grey - the rest of the screen stays blank and you can't

Re: [gentoo-user] Printer setup tool

2005-05-28 Thread creighto
I have done all of these things, or tried anyway. Creighton Take a walk over to http://www.linuxprinting.org/ it will answer every question you have... I am feeling helpful this evening so here: 1. Your printer should work perfectly

Re: [gentoo-user] Clamav out of date

2005-05-28 Thread Robert S
Yes, I saw that - but it's masked for some reason and I hesitate to install it until it's unmasked as I assume it's masked for a reason. I was wondering if there was anything else I could or needed to do. I guess I'll wait until 0.85 is unmasked. I've been using 0.85/0.85.1 and now

Re: [gentoo-user] Clamav out of date

2005-05-28 Thread Brett I. Holcomb
Thanks for the feedback. I may give it a try here. x On Sun, 29 May 2005, Robert S wrote: Yes, I saw that - but it's masked for some reason and I hesitate to install it until it's unmasked as I assume it's masked for a reason. I was wondering if there was anything else I could or needed to

Re: [gentoo-user] Printer setup tool

2005-05-28 Thread Holly Bostick
[EMAIL PROTECTED] schreef: None of the other logs have anyhting that jumps out at me, but this would imply that cupsd is dying because my machine is naming itself tux and cups cannot determine that means Localhost here. Any gurus know how I should go about fixing this? Creighton

[gentoo-user] Another cannot create executables error

2005-05-28 Thread Anthony Tantillo
Hello all, I have been getting the following error messages on whatever I try to emerge. I will use emerge kover as an example. . . . checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. !!! ERROR:

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Zac Medico
--- Zac Medico [EMAIL PROTECTED] wrote: --- Jonathan Wright [EMAIL PROTECTED] wrote: The standard kernel should do fine. As far as the system is concerned Sure but what about 64 bits? CMIIW but new intel processors with EM64T are supposed to be x86_64 compatible, right? That would

Re: [gentoo-user] Another cannot create executables error

2005-05-28 Thread dannycat
Anthony Tantillo wrote: Hello all, I have been getting the following error messages on whatever I try to emerge. I will use emerge kover as an example. . . . checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more

Re: [gentoo-user] Problems with Dual Boot

2005-05-28 Thread AJ Spagnoletti
My setup prior to having grub put on hda was as follows.. hda1 = windows partion hdb1 = linux boot partition I had grub installed on hdb1 and planned to boot my computer from that drive. So because in BIOS I was booting from the slave drive grub reads that drive as (hd0,x) I understand completely

Re: [gentoo-user] Back up again

2005-05-28 Thread Antonino Sabetta
2005/5/28, Pupeno [EMAIL PROTECTED]: After a lot of testing and testing of different methods to make backups I It seems that all your requirements are met by a very smart backup tool called flexbackup. Have you had a look at it? It does local and remote backup, can use tar, can do full,

Re: [gentoo-user] Another cannot create executables error

2005-05-28 Thread Chris Woods
On Saturday 28 May 2005 22:51, dannycat wrote: Anthony Tantillo wrote: Hello all, I have been getting the following error messages on whatever I try to emerge. I will use emerge kover as an example. [...] configure:2772: i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -pipe conftest.c 5

Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread timothy johnson
A little note on the Intel Dual Core CPUs goes. They have two models. First one for $300 2.8Ghz but doesnt have HyperThreading, the Extreme Edition has Hyperthreading, but costs around $1100. But as two my original question it was more a question about intels 64bit if that was working in linux

[gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
Hello! Does anybody know how to delete messages from server when the messages deleted in Kmail ? It is possible to so in Outlook express and MS Outlook. askar -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Slow data transfer over network

2005-05-28 Thread A. Khattri
On Sat, 28 May 2005, Stuart Howard wrote: lsmod returns tulip The switch is :- Supports 4 10/100 Auto MDI-X Ethernet switch ports and 1 Line port and using modinfo tulip I get [EMAIL PROTECTED] stuart # modinfo tulip author: The Linux Kernel Team description:Digital 21*4*

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread Dmitri Vassilenko
On Saturday May 28 2005 23:26, askar ... wrote: Does anybody know how to delete messages from server when the messages deleted in Kmail ? It's embarrassing, but that feature was only recently implemented. It should be available in the next release. See:

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread Dmitri Vassilenko
On Saturday May 28 2005 23:26, askar ... wrote: Does anybody know how to delete messages from server when the messages deleted in Kmail ? I just realized I mentioned the wrong feature. The one you're referring to hasn't been implemented yet. :( Its bug report:

Re: [gentoo-user] cant build gcc on installation emerge --newuse system

2005-05-28 Thread michael
Thanks for posting and filing this. I just received this error and was sure it was operator error (i.e. my fault). Is there any workaround, even if somewhat unefficient? I'm installing a test system so my main concern is getting a running system, even if it's not optimized in every possible way.

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
Does anybody know how to delete messages from server when the messages deleted in Kmail ? It's embarrassing, but that feature was only recently implemented. It should be available in the next release. See: http://bugs.kde.org/show_bug.cgi?id=38177 Thanks. But I mean different thing -

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
I see. Very sad. Do other mail clients like sylpheed-claws or thunderbird support this feature? askar On 5/29/05, Dmitri Vassilenko [EMAIL PROTECTED] wrote: On Saturday May 28 2005 23:26, askar ... wrote: Does anybody know how to delete messages from server when the messages deleted in

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread Taylor Morrow
I've used kmail before and it always has deleted it from the server. You have to choose the option to delete it from the server when downloaded though. If you mean that you want to leave it on the server until it is deleted from kmail, then I don't know. I've never seen this in either of the

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
The feature I mean is very useful when you delete, for example, spam email. When you epmty trash the appropriate message also will be deleted from the server, leaving the other not deleted mail. And when you check email from another PC, you can download the messages left in server whithout spam

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread Dmitri Vassilenko
On Sunday May 29 2005 00:29, askar ... wrote: I see. Very sad. Do other mail clients like sylpheed-claws or thunderbird support this feature? I haven't used sylpheed, but thunderbird does indeed delete messages from the server if you move them to Trash. Cheers, Dmitri --

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread Phil Sexton
On Sat, 2005-05-28 at 23:26, askar wrote: Hello! Does anybody know how to delete messages from server when the messages deleted in Kmail ? It is possible to so in Outlook express and MS Outlook. askar I don't use Kmail, but does it have a local delivery option? If so, I suggest using

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
Thanks On 5/29/05, Dmitri Vassilenko [EMAIL PROTECTED] wrote: On Sunday May 29 2005 00:29, askar ... wrote: I see. Very sad. Do other mail clients like sylpheed-claws or thunderbird support this feature? I haven't used sylpheed, but thunderbird does indeed delete messages from the

Re: [gentoo-user] Problems with Dual Boot

2005-05-28 Thread Walter Willis
use in the configuration title=Windows ME rootnoverify (hd0,0) map hd0 hd1 - makeactive chainloader +1 2005/5/28, AJ Spagnoletti [EMAIL PROTECTED]: My setup prior to having grub put on hda was as follows.. hda1 = windows partion hdb1 = linux boot partition I had

Re: [gentoo-user] Back up with no root

2005-05-28 Thread Walter Dnes
On Sat, May 28, 2005 at 03:33:51PM -0300, Pupeno wrote My question is, how do I run a command like this: rsync --verbose --checksum --archive --partial --progress --rsh=ssh [EMAIL PROTECTED]:/var/ ./var/ having root-privileges on the server. I think you're going about it the wrong way.

Re: [gentoo-user] Clamav out of date

2005-05-28 Thread Rumen Yotov
Robert S wrote: Yes, I saw that - but it's masked for some reason and I hesitate to install it until it's unmasked as I assume it's masked for a reason. I was wondering if there was anything else I could or needed to do. I guess I'll wait until 0.85 is unmasked. I've been using

Re: [gentoo-user] how to delete messages from server in Kmail

2005-05-28 Thread askar ...
On 5/29/05, Phil Sexton [EMAIL PROTECTED] wrote: On Sat, 2005-05-28 at 23:26, askar wrote: Hello! Does anybody know how to delete messages from server when the messages deleted in Kmail ? It is possible to so in Outlook express and MS Outlook. askar I don't use Kmail, but does it