Re: [gentoo-user] Scary Paritioning - Need Help

2006-10-20 Thread Dirk Heinrichs
Am Freitag, 20. Oktober 2006 02:02 schrieb ext Lord Sauron: I have three partitions on my workstation's hard drive. /dev/sda1 = ntfs (windows) /dev/sda3 = linux-swap /dev/sda4 = ext3 (SuSE 10.1) Where sda2 should be used to be and XFS partition for Kubuntu. My question is thus: how would

Re: [gentoo-user] Scary Paritioning - Need Help

2006-10-20 Thread Dirk Heinrichs
Am Freitag, 20. Oktober 2006 07:47 schrieb ext Daniel Barkalow: You can't really do this in any straightforward way. Yes, he can. You know there are partitioning tools out there. The main issue is that ext3 doesn't support resizing. Plain wrong. What I'd do is create a new /dev/sda2 and

Re: [gentoo-user] Re: Exchange compatibility with MTAs (not evolution)

2006-10-20 Thread A. Khattri
On Fri, 18 Aug 2006, Jim Ramsay wrote: Sylpheed-claws has a 'vcalendar' plugin which reports to be compatible with Exchange calendar events. I've never tried it, though. 'emerge sylpheed-claws-vcalendar' Maybe you can persuade them to use this drop-in replacement for Exchange:

Re: [gentoo-user] postfix .. transports .. and virtual domains ..

2006-10-20 Thread Henti Smith
On Thu, 19 Oct 2006 14:42:47 -0700 kashani [EMAIL PROTECTED] wrote: Henti Smith wrote: Hi guys, I've got a virtual domain setup for postfix working .. all good .. however I want to setup a spam@ and ham@ address for all domains in the virtual lookup table (mysql) to go via a

Re: [gentoo-user] postfix .. transports .. and virtual domains ..

2006-10-20 Thread Henti Smith
On Thu, 19 Oct 2006 23:53:40 +0100 Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 19 Oct 2006 19:25:07 +0200, Henti Smith wrote: however I want to setup a spam@ and ham@ address for all domains in the virtual lookup table (mysql) to go via a transport to the script that procresses the

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Chuanwen Wu
Errors occur,now! I remerged proftpd with the USE='-ipv6',then the warning disappears,but i can't connection my ftp . And then i remerged proftpd back again with the USE='ipv6', but still can't connect my ftp. When i use gftp to connect my ftp ,the message is just below: Looking up

Re: [gentoo-user] Scary Paritioning - Need Help

2006-10-20 Thread Neil Bothwick
On Thu, 19 Oct 2006 20:18:41 -0500, Joe Menola wrote: I'd suggest resizing sda3 to your desired swap partition size then formatting it as swap. And then resizing sda4 to grab what space is left over. Then your Suse partition will remain sda4. The problem here is that the standard filesystem

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Neil Bothwick
On Fri, 20 Oct 2006 15:53:41 +0800, Chuanwen Wu wrote: I remerged proftpd with the USE='-ipv6',then the warning disappears,but i can't connection my ftp . And then i remerged proftpd back again with the USE='ipv6', but still can't connect my ftp. What does the proftpd log file

Re: [gentoo-user] Scary Paritioning - Need Help

2006-10-20 Thread Mick
On Friday 20 October 2006 07:07, Dirk Heinrichs wrote: Am Freitag, 20. Oktober 2006 07:47 schrieb ext Daniel Barkalow: You can't really do this in any straightforward way. Yes, he can. You know there are partitioning tools out there. The main issue is that ext3 doesn't support resizing.

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Chuanwen Wu
2006/10/20, Neil Bothwick [EMAIL PROTECTED]: On Fri, 20 Oct 2006 15:53:41 +0800, Chuanwen Wu wrote: What does the proftpd log file (/var/log/xferlog?) show? $ cat /var/log/xferlog Fri Oct 20 01:25:49 2006 0 222.20.45.71 249 /home/ftp/mybash b _ o a [EMAIL PROTECTED] ftp 1 * c How to

Re: [gentoo-user] Run script when X is idle for some time?

2006-10-20 Thread Robert Svoboda
* Qiangning Hong [EMAIL PROTECTED] [2006-10-19 20:07]: I'd like to run a script after X is idle for some time (e.g. 5 minute), just like what gaim do (it set my status to away if I haven't touch anything for some time). How can I do? FYI, I have some Shell/C/Python programming skill. It's

Re: [gentoo-user] Scary Paritioning - Need Help

2006-10-20 Thread Alan McKinnon
On Friday 20 October 2006 07:47, Daniel Barkalow wrote: The main issue is that ext3 doesn't support resizing. You need to create a new filesystem in order to get a different size. Furthermore, partitions are addressed from the beginning, which means that moving the beginning will completely

Re: [gentoo-user] rebuild /usr/lib

2006-10-20 Thread Alan McKinnon
On Friday 20 October 2006 04:11, Philip Webb wrote: When using 'rm -f' (with or without '-r') the iron rule is   (1) goto the dir which contains the items to be removed   (2) 'pwd'   (3) 'ls whatever'   (4) if whatever is not '*', recall that line with Up-arrow,       backspace over 'ls'

[gentoo-user] Re: Scary Paritioning - Need Help

2006-10-20 Thread Alexander Skwar
· Daniel Barkalow [EMAIL PROTECTED]: The main issue is that ext3 doesn't support resizing. This is plain wrong. It always used to support resizing. Lately (like in at least the last year, or so), even online resizing is supported by stock kernel. The patch, which was required for this, made

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Neil Bothwick
On Fri, 20 Oct 2006 16:56:40 +0800, Chuanwen Wu wrote: What does the proftpd log file (/var/log/xferlog?) show? $ cat /var/log/xferlog Fri Oct 20 01:25:49 2006 0 222.20.45.71 249 /home/ftp/mybash b _ o a [EMAIL PROTECTED] ftp 1 * c How to analyse this sentence? man xferlog explains

[gentoo-user] Re: Scary Paritioning - Need Help

2006-10-20 Thread Alexander Skwar
· Joe Menola [EMAIL PROTECTED]: On Thursday 19 October 2006 7:02 pm, Lord Sauron wrote: I have three partitions on my workstation's hard drive. /dev/sda1 = ntfs (windows) /dev/sda3 = linux-swap /dev/sda4 = ext3 (SuSE 10.1) Where sda2 should be used to be and XFS partition for Kubuntu.

Re: [gentoo-user] postfix .. transports .. and virtual domains ..

2006-10-20 Thread kashani
Henti Smith wrote: This does not work. mail gets delivered to maildir as per account setup not the transport service where it's being procesed for spam. All I really need to do is tell postfix to accept any mail for spam@ and ham@ I don't need it delivered anywhere as the transport works

[gentoo-user] vim-in-pine problem

2006-10-20 Thread Jorge Almeida
I'm having a problem when composing mail in a ssh session since I upgraded the remote kernel to 2.6.17-gentoo-r8 (I had 2.6.17-gentoo-r7 before). I'm using vim to compose a message in pine and suddenly it stops responding (nothing happens, whatever key I press). I have to kill the session (by

[gentoo-user] [OT] Laptop graphics card broken??

2006-10-20 Thread José González Gómez
Sorry for the off track, but I'm totally lost regarding this, and I thought maybe somebody could shed some light on this...I've got an Acer Aspire 1520 with an NVIDIA GeForce FX Go5700 and a dual Gentoo Linux/Windows install. The problem is that the graphics card seems to be broken, at least

[gentoo-user] ATI Radeon (Mobility) 9700, Xorg 7.1 and AIGLX

2006-10-20 Thread Marco Calviani
Hi gentooers, i'm running a Centrino machine with an ATI Radeon Mobility 9700 card using the ATI proprietary driver. I would like then to try the opensource (R300) driver, since this also supports the AIGLX extensions (at least i think, http://gentoo-wiki.com/HOWTO_AIGLX). However: 1) i don't

Re: [gentoo-user] vim-in-pine problem

2006-10-20 Thread Willie Wong
On Fri, Oct 20, 2006 at 07:09:16PM +0100, Penguin Lover Jorge Almeida squawked: I'm having a problem when composing mail in a ssh session since I upgraded the remote kernel to 2.6.17-gentoo-r8 (I had 2.6.17-gentoo-r7 before). I'm using vim to compose a message in pine and suddenly it stops

[gentoo-user] Re: [OT] Laptop graphics card broken??

2006-10-20 Thread Harm Geerts
On Friday 20 October 2006 21:10, José González Gómez wrote: Sorry for the off track, but I'm totally lost regarding this, and I thought maybe somebody could shed some light on this... I've got an Acer Aspire 1520 with an NVIDIA GeForce FX Go5700 and a dual Gentoo Linux/Windows install. The

Re: [gentoo-user] Re: [OT] Laptop graphics card broken??

2006-10-20 Thread José González Gómez
2006/10/20, Harm Geerts [EMAIL PROTECTED]: On Friday 20 October 2006 21:10, José González Gómez wrote: Sorry for the off track, but I'm totally lost regarding this, and I thought maybe somebody could shed some light on this... I've got an Acer Aspire 1520 with an NVIDIA GeForce FX Go5700 and a

Re: [gentoo-user] Xorg upgrade

2006-10-20 Thread Anthony E. Caudel
Mick wrote: On Tuesday 17 October 2006 07:21, Anthony E. Caudel wrote: Just upgraded to xorg-x11-7.1. Definitely faster than 7.0. glxgears runs at just under 19,000FPS, an increase of about 12%. Hmm, mine comes up with this: $ glxgears libGL warning: 3D driver claims to not support

Re: [gentoo-user] [OT] Laptop graphics card broken??

2006-10-20 Thread Richard Fish
On 10/20/06, José González Gómez [EMAIL PROTECTED] wrote: I've got an Acer Aspire 1520 with an NVIDIA GeForce FX Go5700 and a dual Gentoo Linux/Windows install. The problem is that the graphics card seems to be broken, at least partially: whenever I start the laptop the screen is off, and here

Re: [gentoo-user] vim-in-pine problem

2006-10-20 Thread Jorge Almeida
On Fri, 20 Oct 2006, Willie Wong wrote: Is there something I can do to try to find the culprit? (Using pico is a real pain, I'm already tired after writing this message!) Do you have physical access to the remote machine? If you do, try and see if you can reproduce it locally at the remote

Re: [gentoo-user] vim-in-pine problem

2006-10-20 Thread Philip Webb
061020 Jorge Almeida wrote: I'm having a problem composing mail in a ssh session since I upgraded the remote kernel to 2.6.17-gentoo-r8 . I'm using vim to compose a message in pine and suddenly it stops responding (nothing happens, whatever key I press). Just a suggestion, if nothing else