Re: [gentoo-user] how to upload files...?any tool?

2005-11-11 Thread Neil Bothwick
On Fri, 11 Nov 2005 04:42:55 +0100, Hemmann, Volker Armin wrote: How can you force KDE to not use passive FTP? controll centre-- internetnetwork-- connection preferences -- uncheck 'enable passive mode' I looked everywhere for that option, including all over Google and the KDE web

Re: [gentoo-user] how to upload files...?any tool?

2005-11-11 Thread Hemmann, Volker Armin
On Friday 11 November 2005 09:28, Neil Bothwick wrote: On Fri, 11 Nov 2005 04:42:55 +0100, Hemmann, Volker Armin wrote: How can you force KDE to not use passive FTP? controll centre-- internetnetwork-- connection preferences -- uncheck 'enable passive mode' I looked

Re: [gentoo-user] how to upload files...?any tool?

2005-11-11 Thread Neil Bothwick
On Fri, 11 Nov 2005 11:23:05 +0100, Hemmann, Volker Armin wrote: Thanks Volker. There's a web site I work on where the host won't work properly with passive FTP, now I won't have to use gFTP for the next update. don't thank me, until you tried it. I have my own share of 'I thought this

[gentoo-user] [OT] Bash scripting

2005-11-11 Thread Peper
Hello, I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can i change it to 'output of pwd/blah' ? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Bash scripting

2005-11-11 Thread Jonathan Wright
Peper wrote: Hello, I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can i change it to 'output of pwd/blah' ? What do you mean - are you looking for the actual phrase 'output of /path/to/blah', i.e. $blah='output of $(pwd)/blah' are are you looking for program

Re: [gentoo-user] [OT] Bash scripting

2005-11-11 Thread Allan Spagnol Comar
#!/bin/sh # blah=`pwd`/blah echo $blah output: /home/thor/tmp/blah holpe it helps. On 11/11/05, Peper [EMAIL PROTECTED] wrote: Hello, I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can i change it to 'output of pwd/blah' ? -- Best Regards, Peper --

Re: [gentoo-user] [OT] Bash scripting

2005-11-11 Thread Matthias Guede
Peper wrote: Hello, I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can i change it to 'output of pwd/blah' ? I'm not quiet sure what you mean with output of pwd/blah. If you want to assign /home/me/blah (or whatever your current directory is) you may use the

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
try blah=`pwd`'/blah' *Note the single quotes do not enclose `pwd` I know how to use `command`, but the problem is that i read blah from file. blah=`head -n x file|tail -n 1` and in the file i have lines `pwd`/blah. $ echo $blah `pwd`/blah This is the problem. -- Best Regards, Peper --

Re: [gentoo-user] problem compiling glibc

2005-11-11 Thread Vesselin Mladenov
Not there unfortunatelly. Here are my CFLAGS: CFLAGS=-march=pentium4 -O3 -fomit-frame-pointer -fexpensive-optimizations -pipe On 11/10/05, Rumen Yotov [EMAIL PROTECTED] wrote: On Thu, 2005-11-10 at 13:57 +0200, Vesselin Mladenov wrote: Hello, I have a problem recompiling glibc on my

Re: [gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Etaoin Shrdlu
On Friday 11 November 2005 15:12, Peper wrote: And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? sed -n -e '12p' file.txt prints the 12th line of file.txt -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? sed -n -e '12p' file.txt prints the 12th line of file.txt Many thanks for that. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] What is recommended behavior for complete updating of an old system ?

2005-11-11 Thread Jimmy Rosen
Hi folks I recently went through the (minor hell) of updating my old workhorse gentoo box. I hadn't touched the system much (apart from open services like ssh) for about 1.5 years due to a series of facts: 1) It just worked so darned nice. 2) My phd endstretch didn't leave much time to computer

[gentoo-user] Error emerging advancemenu

2005-11-11 Thread Chemical Gold
This is the way I tried to install it: Code: [ebuild N ] games-emulation/advancemenu-2.4.11 +alsa +debug +expat +fbcon +ncurses -oss +sdl +slang -static +svga +truetype +zlib 2,172 kB But it crashed Code: == Host == Environment :

Re: [gentoo-user] problem compiling glibc

2005-11-11 Thread Richard Fish
On Thu, 2005-11-10 at 13:57 +0200, Vesselin Mladenov wrote: cc1: error: unrecognized option `-fno-stack-protector' snip gcc (GCC) 3.3.6 (Gentoo 3.3.6) -fno-stack-protector was added in gcc 3.4, which is still keyworded ~x86. Can you try to isolate which of the changed USE flags is

[gentoo-user] new apache install

2005-11-11 Thread Nick Smith
i just built a new box that will be a mail/web server, but after emerging apache the entire /etc/apache/conf does not exsist, i tried re-emerging but nothing changed. is this something im doing wrong? Thanks Nick

Re: [gentoo-user] new apache install

2005-11-11 Thread kashani
Nick Smith wrote: i just built a new box that will be a mail/web server, but after emerging apache the entire /etc/apache/conf does not exsist, i tried re-emerging but nothing changed. is this something im doing wrong? perhaps /etc/apache2/ ? kashani -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: vlc dies on GL

2005-11-11 Thread James
Richard Fish bigfish at asmallpond.org writes: My experience is that it works partially. When I have used radeonfb with fglrx, everything starts normally, including X and KDE. But if I try to switch to a console (or shutdown the system!), the system hangs with a corrupted display. So yes,

[gentoo-user] How to config-protect /sbin/rc and /sbin/functions.sh ?

2005-11-11 Thread Jimmy Rosen
Hi, during my recent battle with updating my system I ran across an old problem I haven't figured out. How to CONFIG_PROTECT /sbin/rc and /sbin/functions.sh ? Is there a way. Just putting them in CONFIG_PROTECT doesn't help and gentoo complains about them not beeing directories. I have a work

Re: [gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread davidgn
Quoting Peper [EMAIL PROTECTED]: try blah=`pwd`'/blah' *Note the single quotes do not enclose `pwd` I know how to use `command`, but the problem is that i read blah from file. blah=`head -n x file|tail -n 1` and in the file i have lines `pwd`/blah. $ echo $blah `pwd`/blah This

[gentoo-user] Fonts in Firefox-bin

2005-11-11 Thread Mark Knecht
Hi, In an regular email I get from Apple a number of characters show up as little boxes that say 00 93 and 00 94. In the following quote the quotes at 'launching' and the quote at the end are bad until I paste it into GMail which seems to take care of it. The two quotes at the beginning are

[gentoo-user] Process and Files

2005-11-11 Thread Miguel
Hi, how can i know what process is using a specific file? I mean, i know that squid is the process that creates and writes the /var/log/squid/access.log, now , i have a /home/log/rtp.log file that i dont know what process is writing into it. any command? -- gentoo-user@gentoo.org mailing list

[gentoo-user] Keeping /usr/portage/distfiles empty. Need the room. :/

2005-11-11 Thread Dale
Hi all, I am putting Gentoo on a fairly small hard drive. I would like to clean out distfiles to save room. I would like to tell it to download the source file then delete it when the compile is finished. I looked in the make.conf.example but I didn't see anything that tells it to do that. Is

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
try with eval then: Many thanks! I'd tried it before, but you showed me how to use it in proper way. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Process and Files

2005-11-11 Thread davidgn
Quoting Miguel [EMAIL PROTECTED]: Hi, how can i know what process is using a specific file? I mean, i know that squid is the process that creates and writes the /var/log/squid/access.log, now , i have a /home/log/rtp.log file that i dont know what process is writing into it. any command?

Re: [gentoo-user] Fonts in Firefox-bin

2005-11-11 Thread Michael Crute
On 11/11/05, Mark Knecht [EMAIL PROTECTED] wrote: Hi, In an regular email I get from Apple a number of characters show upas little boxes that say 00 93 and 00 94. In the following quotethe quotes at 'launching' and the quote at the end are bad until I paste it into GMail which seems to take care

[gentoo-user] gui for Squid?

2005-11-11 Thread El Nino
dear friends, are there any gui tool to manage squid?-- ...The future lies ahead. ___ Have you mooed today? \^__^ \ (oo) \___ (__) \ )\/\| |-w || || |2.6.14-gentoo-sinhalese-r1

[gentoo-user] [OT] Bash scripting 2

2005-11-11 Thread Peper
Hello, How can i check whether i can create or overwrite a file? For example: If /etc/conf.d/net cannot be overwritten or created it return false. Overwriting test would be -w /etc/conf.d/net, but how can i check if i can create this file? I could check whether i can create new files in

Re: [gentoo-user] How to config-protect /sbin/rc and /sbin/functions.sh ?

2005-11-11 Thread Richard Fish
On 11/11/05, Jimmy Rosen [EMAIL PROTECTED] wrote: Hi, during my recent battle with updating my system I ran across an old problem I haven't figured out. How to CONFIG_PROTECT /sbin/rc and /sbin/functions.sh ? Is there a way. Just putting them in CONFIG_PROTECT doesn't help and gentoo

Re: [gentoo-user] gui for Squid?

2005-11-11 Thread Jarry
El Nino wrote: are there any gui tool to manage squid? IMHO if your squid.conf is correct, there is not much to manage (maybe read logs). I think webmin has some interface to squid (both log analysis and acl-configuration), but it is rather heavy-duty tool and I think it is not worth to emerge

Re: [gentoo-user] Xorg.. twm not starting and terrible performance with fluxbox

2005-11-11 Thread Richard Fish
On 11/11/05, Mrugesh Karnik [EMAIL PROTECTED] wrote: Still no luck. I tried compiling VIA Unichrome suppport in the kernel, but the kernel version of via_drv.o doesn't move out of /usr/src. xorg-x11-6.8.2-r6 doesn't compile via_drv.o and my X is performing very badly! I think we have a

Re: [gentoo-user] [OT] Bash scripting 2

2005-11-11 Thread Peter De Zutter
Hi, you can check if the directory containing the file is writable, if it isn't then you can't create a file. Greetz Peter On 11/11/05, Peper [EMAIL PROTECTED] wrote: Hello,How can i check whether i can create or overwrite a file?For example:If /etc/conf.d/net cannot be overwritten or created it

Re: [gentoo-user] [OT] Bash scripting 2

2005-11-11 Thread Renat Golubchyk
On Fri, 11 Nov 2005 18:57:40 +0100 Peper [EMAIL PROTECTED] wrote: Hello, How can i check whether i can create or overwrite a file? For example: If /etc/conf.d/net cannot be overwritten or created it return false. Overwriting test would be -w /etc/conf.d/net, but how can i check if i can

[gentoo-user] Re: [OT] Bash scripting 2

2005-11-11 Thread Peper
$ dirname /etc/conf.d/net /etc/conf.d That's what i need, many thanks! -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How to config-protect /sbin/rc and /sbin/functions.sh ?

2005-11-11 Thread Jimmy Rosen
Hi, Well, it's not that I don't want them modified by new baselayout. It's just that I would like to have the convenience of using etc-update to remind me that I need to update them manually. I have some modifications in those files that allow me to boot a diskless cluster from a single

Re: [gentoo-user] mainactor - which build is likely to work best?

2005-11-11 Thread Robert Persson
On November 11, 2005 01:57 am Nick Rout was like: OK well mu comments below: On Thu, 10 Nov 2005 06:20:34 -0800 Robert Persson [EMAIL PROTECTED] wrote: On November 9, 2005 02:17 pm Nick Rout was like: what are you looking to do that main actor cannot do? 1. Import and edit quicktime

[gentoo-user] xorg-x11-6.8.2-r6 segfaults

2005-11-11 Thread Robert Persson
I have just emerged xorg-x11-6.8.2-r6 and have been finding that it crashes suddenly when I do certain things, such as click on the advanced burn option tab in k3b. Is anyone else having this problem? Sometimes things I do in konqueror cause it as well. I'm not sure exactly what, but they

Re: [gentoo-user] How to config-protect /sbin/rc and /sbin/functions.sh ?

2005-11-11 Thread Richard Fish
On 11/11/05, Jimmy Rosen [EMAIL PROTECTED] wrote: Hi, Well, it's not that I don't want them modified by new baselayout. It's just that I would like to have the convenience of using etc-update to remind me that I need to update them manually. I have some modifications in those files that

Re: [gentoo-user] new apache install

2005-11-11 Thread Nick Smith
On 11/11/05, kashani [EMAIL PROTECTED] wrote: Nick Smith wrote: i just built a new box that will be a mail/web server, but after emerging apache the entire /etc/apache/conf does not exsist, i tried re-emerging but nothing changed.is this something im doing wrong?perhaps /etc/apache2/

Re: [gentoo-user] mainactor - which build is likely to work best?

2005-11-11 Thread Eric Bliss
On Monday 07 November 2005 03:38 pm, Robert Persson wrote: 2. That thing you can do in Media 100 and Avid where you you hae little arrows pointing from 1 video clip in the timeline to the other and back again so that you can do lots of fast cuts without getting confused by lots of

Re: [gentoo-user] gui for Squid?

2005-11-11 Thread Alexander Skwar
El Nino schrieb: are there any gui tool to manage squid? What do you want to manage there? You just set it up, and you're done. PS: Please no HTML junk. Alexander Skwar -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Bash scripting 2

2005-11-11 Thread Alexander Skwar
Peper schrieb: Hello, How can i check whether i can create or overwrite a file? You need write access on the directory for creating files and on the file for overwriting. For example: If /etc/conf.d/net cannot be overwritten or created it return false. Use test or [ or [[. Overwriting

Re: [gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Alexander Skwar
Peper schrieb: And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? sed. http://sed.sourceforge.net/sed1line.txt |[...] | SELECTIVE PRINTING OF CERTAIN LINES: |[...] # print line number 52 sed -n '52p' # method 1 sed '52!d'

Re: [gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Billy Holmes
Peper wrote: And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? if you know the line number from the top: sed -n ${line}p if you don't know the number from the top but from the bottom, then tail | tail is your best bet... --

Re: [gentoo-user] xorg-x11-6.8.2-r6 segfaults

2005-11-11 Thread Richard Fish
On 11/7/05, Robert Persson [EMAIL PROTECTED] wrote: I have just emerged xorg-x11-6.8.2-r6 and have been finding that it crashes suddenly when I do certain things, such as click on the advanced burn option tab in k3b. Is anyone else having this problem? Sometimes things I do in konqueror

[gentoo-user] ghosting(?) a drive

2005-11-11 Thread maxim wexler
Hello everyone, Just received a new, unformatted SATA 120G HD with the intention of moving my entire gentoo OS over to it from a flaky 120G ATA drive(reiserfs). Hopefully, I can just boot up from the new drive as if nothing had changed. Can anybody recommend any tool(s) for the job? Gotchas?

Re: [gentoo-user] Fonts in Firefox-bin

2005-11-11 Thread Mark Knecht
On 11/11/05, Michael Crute [EMAIL PROTECTED] wrote: On 11/11/05, Mark Knecht [EMAIL PROTECTED] wrote: Hi, In an regular email I get from Apple a number of characters show up as little boxes that say 00 93 and 00 94. In the following quote the quotes at 'launching' and the quote at the

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread Jonathan A. Kollasch
On Fri, Nov 11, 2005 at 02:50:22PM -0800, maxim wexler wrote: intention of moving my entire gentoo OS over to it from a flaky 120G ATA drive(reiserfs). Hopefully, I can just boot up from the new drive as if nothing had changed. Can anybody recommend any tool(s) for the job? Gotchas? Does

[gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Bryan Whitehead
I need a big partition, and have a 14TB raid5 (with hot spares) I get this problem: [EMAIL PROTECTED] ~]# fdisk /dev/sdc The number of cylinders for this disk is set to 437698. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1)

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread Bryan Whitehead
The best way would to be to create a new filesystem on the new disk. Then copy the data via rsync. startfsflamewar had you used a real fs, like xfs, you could do a dump/restore to generate an exact copy at the filesystem level (full acl, and other details embedded into a filesystem)

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Richard Fish
On 11/11/05, Bryan Whitehead [EMAIL PROTECTED] wrote: I need a big partition, and have a 14TB raid5 (with hot spares) I get this problem: [EMAIL PROTECTED] ~]# fdisk /dev/sdc Why partition it? Just make a filesystem that uses the entire disk. Or use LVM to divide it up into logical

Re: [gentoo-user] [OT] Simple and lightweight SMTP server

2005-11-11 Thread Bryan Whitehead
Postfix. On Mon, 7 Nov 2005, Alexander Skwar wrote: Hi. I'm looking for a very lightweight SMTP server. It should (in order): - Support TLS or SSL for outgoing/incoming connections - Be VERY light on CPU usage - Store mails in Maildir format (or hand it off to an MDA like procmail/maildrop,

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread kashani
Bryan Whitehead wrote: I need a big partition, and have a 14TB raid5 (with hot spares) I get this problem: [EMAIL PROTECTED] ~]# fdisk /dev/sdc fdisk is known to have issues with large volumes. I don't recall offhand what the best tool is, but I believe partd and cfdisk would work better

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Richard Fish
On 11/11/05, kashani [EMAIL PROTECTED] wrote: Bryan Whitehead wrote: I need a big partition, and have a 14TB raid5 (with hot spares) I get this problem: [EMAIL PROTECTED] ~]# fdisk /dev/sdc fdisk is known to have issues with large volumes. I don't recall offhand what the best tool

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Bryan Whitehead
So if I use a non-traditional partition... then I should be good? On Fri, 11 Nov 2005, Richard Fish wrote: On 11/11/05, kashani [EMAIL PROTECTED] wrote: Bryan Whitehead wrote: I need a big partition, and have a 14TB raid5 (with hot spares) I get this problem: [EMAIL PROTECTED] ~]# fdisk

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Richard Fish
On 11/11/05, Bryan Whitehead [EMAIL PROTECTED] wrote: So if I use a non-traditional partition... then I should be good? AFAIK, yes. LVM2 would be the non-traditional partitioning scheme of choice for Linux. Plus, you can grow the filesystem to a second array later if you need more space. But,

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread John Jolet
On Friday 11 November 2005 16:50, maxim wexler wrote: Hello everyone, Just received a new, unformatted SATA 120G HD with the intention of moving my entire gentoo OS over to it from a flaky 120G ATA drive(reiserfs). Hopefully, I can just boot up from the new drive as if nothing had changed.

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread Christoph Eckert
Can anybody recommend any tool(s) for the job? Gotchas? Does SATA prefer a certain fs? AFAIR there's a sourceforge project which does similar things like Ghost, but I do not remember the name, sorry. Best regards ce -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting 2

2005-11-11 Thread Peper
file=/etc/conf.d/net echo ${file%/*} I've gotten it working with dirname already, but this one is nice ;] Thanks for help. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Stroller
On Nov 11, 2005, at 2:12 pm, Peper wrote: And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? Surely so: $ echo 'blahpath=/path/to/blahdir' configfile $ echo $blahpath $ source configfile $ echo

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread Stroller
On Nov 12, 2005, at 12:47 am, Christoph Eckert wrote: Can anybody recommend any tool(s) for the job? Gotchas? Does SATA prefer a certain fs? AFAIR there's a sourceforge project which does similar things like Ghost, but I do not remember the name, sorry. I looked into this a while back

Re: [gentoo-user] ghosting(?) a drive

2005-11-11 Thread Stroller
On Nov 11, 2005, at 11:20 pm, Jonathan A. Kollasch wrote: On Fri, Nov 11, 2005 at 02:50:22PM -0800, maxim wexler wrote: intention of moving my entire gentoo OS over to it from a flaky 120G ATA drive(reiserfs). Hopefully, I can just boot up from the new drive as if nothing had changed. If

Re: [gentoo-user] Fonts in Firefox-bin

2005-11-11 Thread Michael Crute
On 11/11/05, Mark Knecht [EMAIL PROTECTED] wrote: I ran into this same issue only for me it was with Asian characters. I re-compiled X with the cjk (multi-byte characters) use flag and everything works perfectly now. I would try that first (even though re-compiling X is a long painful process).

Re: [gentoo-user] What is recommended behavior for complete updating of an old system ?

2005-11-11 Thread Bob Sanders
On Fri, 11 Nov 2005 16:46:41 +0100 Jimmy Rosen [EMAIL PROTECTED] wrote: Primary: What is a recommended way to update an old system to minimize the amount of broken ebuilds? Is emerge --emptytree world a good idea? Is it better than a clean install? Or is the documentation's way good

[gentoo-user] Re: vlc dies on GL

2005-11-11 Thread James
Richard Fish bigfish at asmallpond.org writes: No. Why do you think this? You only need xorg (merged with +opengl), the radeon driver plus the appropriate DRI section in your xorg.conf file, and the radeon DRM/DRI kernel module configured and loaded. Any other way to get opengl working

[gentoo-user] Re: vlc dies on GL

2005-11-11 Thread James
abhay abhay.ilugd at gmail.com writes: Any other way to get opengl working with the radeon kernel driver? Should/can I use ati-drivers? or should I stick with the radeon supplied binary driver? You can always compile without opengl support by using -opengl flag or you can try to use

Re: [gentoo-user] 14TB filesystem problems...

2005-11-11 Thread Bob Sanders
On Fri, 11 Nov 2005 16:19:26 -0800 (PST) Bryan Whitehead [EMAIL PROTECTED] wrote: So if I use a non-traditional partition... then I should be good? Use parted/gparted and select EFI GUID Partition support in your kernel config, under Files types -- Partition types. Make the partition an EFI

[gentoo-user] Re: 14TB filesystem problems...

2005-11-11 Thread James
Richard Fish bigfish at asmallpond.org writes: AFAIK, yes. LVM2 would be the non-traditional partitioning scheme of choice for Linux. Plus, you can grow the filesystem to a second array later if you need more space. But, I have no experience with filesystems larger than 0.5TB, so I

Re: [gentoo-user] Re: 14TB filesystem problems...

2005-11-11 Thread Brett I. Holcomb
LVM and EVMS are not directly comparable. EVMS is a full volume management system which can manage LVM volumes. I used EVMS to manage my disks and part of that was creating LVM2 volumes under EVMS. To me EVMS allows me to manage the disks easier. On Sat, 12 Nov 2005, James wrote:

Re: [gentoo-user] Fonts in Firefox-bin

2005-11-11 Thread Mark Knecht
On 11/11/05, Michael Crute [EMAIL PROTECTED] wrote: Can you send me a link or a copy of this email (provided its not confidential or anything) to see if I can duplicate what you are seeing? -Mike Doing so off line. Thanks! - Mark -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Simple and lightweight SMTP server

2005-11-11 Thread Chad Leigh -- Shire.Net LLC
On Mon, 7 Nov 2005, Alexander Skwar wrote: Hi. I'm looking for a very lightweight SMTP server. It should (in order): - Support TLS or SSL for outgoing/incoming connections - Be VERY light on CPU usage - Store mails in Maildir format (or hand it off to an MDA like procmail/maildrop, for

[gentoo-user] Bug Wrangling Event?

2005-11-11 Thread Chris White
Hi all, Now that my job situation has settled down, I have some free time floating around, and a bit of finances to cover it. That said, I'd like to see if there would be interest in a bug wrangling event of some sort taking place in the SF area. If I get enough interest, I'll go

Re: [gentoo-user] [OT] Simple and lightweight SMTP server

2005-11-11 Thread Chad Leigh -- Shire.Net LLC
On Nov 11, 2005, at 10:15 PM, Chad Leigh -- Shire.Net LLC wrote: On Mon, 7 Nov 2005, Alexander Skwar wrote: Hi. I'm looking for a very lightweight SMTP server. It should (in order): - Support TLS or SSL for outgoing/incoming connections - Be VERY light on CPU usage - Store mails in

[gentoo-user] [OT] Is a wiki what I'm after?

2005-11-11 Thread Andrew Lowe
Hi all, The wife has finally put her foot down and said I have to clean up the mess that inhabits my office which occupies our second bedroom. A big part of this mess is paper clipping from newspapers, magazines, trade shows, you name it, I've clipped it, kept it, but most importantly not

Re: [gentoo-user] [OT] Is a wiki what I'm after?

2005-11-11 Thread Chris White
On Saturday 12 November 2005 16:33, Andrew Lowe wrote: Hi all, The wife has finally put her foot down and said I have to clean up the mess that inhabits my office which occupies our second bedroom. I probably would tell you the same thing sadly ;P A wiki is one of the first