Re: [gentoo-user] KDE Sound

2003-08-30 Thread Makurin Roman
USE=oss emerge alsa-driver Hello. I have a problem with sounds and KDE. I have ALSA compiled in as per instructions, and sound works perfectly from XMMS and ogg123... However, on KDE startup, I get the following message:

Re: [gentoo-user] how to allow dialin via isdn?

2003-08-30 Thread Timothy Grant
On Friday 29 August 2003 07:29 am, a_k_b wrote: is there a way to allow a user to dialin via isdn, so he is part of my lan? with windows i did this to play lan games over a wan connection, such as vpn. but i cant really use vpn, since the other user is restricted to direct dialin instead of

[gentoo-user] Re: KDE Sound

2003-08-30 Thread Ash Varma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 30 03:00, Makurin Roman wrote: USE=oss emerge alsa-driver Thanks heaps. That worked perfectly. Ash - -- Ash Varma [EMAIL PROTECTED] Culture is the habit of being pleased with the best and knowing why. -BEGIN PGP SIGNATURE-

Re: [gentoo-user] how to allow dialin via isdn?

2003-08-30 Thread Alex Schuster
Arne writes: is there a way to allow a user to dialin via isdn, so he is part of my lan? Sure. This is how I do it: DEVICE=ippp5 MSN=123456 # own number NUMBERS=012345678 # List of remote numbers to dial isdnctrl addif $DEVICE isdnctrl eaz $DEVICE $MSN isdnctrl addphone $DEVICE in

Re: [gentoo-user] Procmail and mail notification (not SOLVED)

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 06:37, Spider wrote: begin quote On Fri, 29 Aug 2003 23:25:03 +0900 Jason Stubbs [EMAIL PROTECTED] wrote: On Friday 29 August 2003 22:50, Jason Stubbs wrote: However, *any* mail that goes through it comes out blank! Whether it is spam or not! The script

Re: [gentoo-user] Procmail and mail notification (SOVLED)

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 03:02, Marshal Newrock wrote: It's been a little while since I've done something like this, but I think I've got it. 'cat /dev/stdin' is the wrong way to read input to a command. Also, I'd just save everything in a variable, and avoid disk access. And make sure

Re: [gentoo-user] S3 Savage and OpenGL?

2003-08-30 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 29 August 2003 17:44, Nathaniel McCallum wrote: Is there a way to get opengl to work with a S3 Savage? Thanks! The S3 driver with accelerated 3D only works on xfree-4.2.0 with a few modifications. There was a Mesa upgrade from xfree 4.2

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Spider
begin quote On Sat, 30 Aug 2003 09:54:19 +0900 Jason Stubbs [EMAIL PROTECTED] wrote: On Saturday 30 August 2003 00:07, Christopher Fisk wrote: I've answered this on the forums at http://forums.gentoo.org/viewtopic.php?t=23703postdays=0postorder=ascsta rt=6 The perl script would be

Re: [gentoo-user] Procmail and mail notification (SOVLED)

2003-08-30 Thread Marshal Newrock
On Sat, 30 Aug 2003, Jason Stubbs wrote: The grep line is fairly easy to understand. I've got to learn regular expressions, though. They seem too useful! That's what I meant. 'man 7 regex' and 'man pcre' for regular regular expressions and perl compatible regular expressions, respectively.

[gentoo-user] emerge failure

2003-08-30 Thread Jason Rogers
I am fairly new to Gentoo (love it! by the way) and to Linux. I have searched the archives an not found an answer so I am resorting to sending an email to the list. I am trying to update 'world' but when I do get the following error trying to build gnome-spell. The line in question in the build

Re: [gentoo-user] protest?

2003-08-30 Thread Chris I
On 2003.08.29 14:15, Norberto BENSA wrote: Jorge Almeida wrote: On Fri, 29 Aug 2003, bob bob wrote: How long is this protest going to go on for? its really irritating for those of us not in europe that want to find information on the web... How is one supposed to know what you're talking

Re: [gentoo-user] protest?

2003-08-30 Thread Norberto BENSA
Chris I wrote: On 2003.08.29 14:15, Norberto BENSA wrote: Personally, I think this protest only hurts people using OSS. The pretest is absolutely pointless. It does mainly hurt people using OSS, but hopefully those people will get up and write their representatives, stage a rally, riot,

[gentoo-user] kde compile error

2003-08-30 Thread Larry Wright
Some time ago, I did an emerge -u world and gcc was updated to the current version - 3.2.3-r1. Since then, I have compiled and emerged many things, but I cannot compile anything kde-ish. I haved tried kdevelop from CVS, which I had compiled previously, and got an error. I tried today to do an

Re: [gentoo-user] Switching to and from Dvorak keymap?

2003-08-30 Thread Andrew Farmer
At 29 August, 2003 Adam Scriven wrote: Hey all. I've been thinking recently about the Dvorak keyboard layout, and I thought I'd set it up to test on my system. I'm not sure, however, to go about doing that exactly. Are there any FM's I should R? I'd prefer, at least for now, if it was

Re: [gentoo-user] basic Gentoo CD doesn't boot

2003-08-30 Thread Yorkshire Dave
On Fri, 2003-08-29 at 16:18, Christopher Fisk wrote: On Fri, 29 Aug 2003, Andrew Gaffney wrote: Nick Van Vlaenderen wrote: You Might Be A Programmer If ... Before you move into a new house or apartment, the most important thing to you is the type and amount of wiring with which it is

Re: [gentoo-user] Procmail and mail notification (SOVLED)

2003-08-30 Thread Yorkshire Dave
On Fri, 2003-08-29 at 14:50, Jason Stubbs wrote: Hmmm I've called the script notify and changed it as follows: #!/bin/sh This is probably a silly question but why not just script it straight into ~/.procmailrc? Oh, and it makes sense to use formail to extract the relevant fields,

Re: [gentoo-user] basic Gentoo CD doesn't boot

2003-08-30 Thread Nick Van Vlaenderen
Cheers, Nick On Sat, 30 Aug 2003, Yorkshire Dave wrote: Date: 30 Aug 2003 05:59:56 +0100 From: Yorkshire Dave [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] basic Gentoo CD doesn't boot On Fri, 2003-08-29 at 16:18, Christopher Fisk

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 10:08, Spider wrote: try something like :0 * ^X-Spam-Status: No { :0 c : | my-bash-script | :0 storage } This works perfectly. Thanks! Now to figure out the difference between that and :0c by itself... Regards, Jason -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Procmail and mail notification (SOVLED)

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 14:15, Yorkshire Dave wrote: (B On Fri, 2003-08-29 at 14:50, Jason Stubbs wrote: (B Hmmm (B (B I've called the script notify and changed it as follows: (B (B #!/bin/sh (B (B This is probably a silly question but why not just script it straight (B into

[gentoo-user] vmware wtf!???

2003-08-30 Thread Norberto BENSA
Hello, anyone using vmware? All I get is this all the time (I can't use vmware) VMware Workstation Error: Could not open /dev/vmmon: No such device or address. Please make sure that the kernel module `vmmon' is loaded. Press Enter to continue... vmmon|devfsd

Re: [gentoo-user] iptables help

2003-08-30 Thread Rudmer van Dijk
On Friday 29 August 2003 20:12, Andrew Gaffney wrote: Rudmer van Dijk wrote: On Friday 29 August 2003 19:21, Andrew Gaffney wrote: Andrew Gaffney wrote: iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 25

Re: [gentoo-user] KDE Sound

2003-08-30 Thread Rudmer van Dijk
Hi, On Saturday 30 August 2003 01:00, Makurin Roman wrote: USE=oss emerge alsa-driver then you use the oss emulation of alsa, if you really want to make use of alsa use this: USE=alsa emerge arts Rudmer Hello. I have a problem with sounds and KDE. I have ALSA compiled in

Re: [gentoo-user] kspell with kmail?

2003-08-30 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 28 August 2003 05:18 am, Paul Stear scribed: | In kmail composer | Tools - Spelling( to operate or the ABC button at the top( | Settings - Spellchecker | | Dictionary English ( United Kingdom) | Encoding ISO 8859-1 | Client

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread drewbian
On Sat, 2003-08-30 at 15:53, Norberto BENSA wrote: Hello, anyone using vmware? All I get is this all the time (I can't use vmware) VMware Workstation Error: Could not open /dev/vmmon: No such device or address. Please make sure that the kernel module `vmmon' is loaded.

[gentoo-user] imap-pop3 not working

2003-08-30 Thread Daniel Guerrero
hi fellows, I read the document of virtual mail (or something like that... sorry I don't remember the name), and I made all the steps and again, because is not working; maybe I'm a little confused, but postfix it's working good, I'm receiving mails and sending the mails of virtual hosts fine,

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread Larry Augschöll
try this: rc-update add vmware default this should load the vmware modules at start up -- [EMAIL PROTECTED] mailing list

[gentoo-user] Elfutils prelink error

2003-08-30 Thread Dmitry Suzdalev
Hello gentooers! I wasn't able to find this bug in bugzilla (maybe my /dev/hands aren't working). I've just synced end emerge updated my elfutils package. Now it can't compile new version of prelink. It bumps out with an error: error gcc -Wall -march=athlon-xp -O3 -pipe -fomit-frame-pointer -o

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread Norberto BENSA
drewbian wrote: On Sat, 2003-08-30 at 15:53, Norberto BENSA wrote: mknod /dev/vmmon b 165 10 Actually, it is mknod /dev/vmmon c 10 165 I had a similar problem but a quick search of the gentoo forums had the answer. From memory I had to run the vmware-config.pl then remove the file

Re: [gentoo-user] protest?

2003-08-30 Thread Xabier Ochotorena
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Sábado, 30 de Agosto de 2003 00:50, Renat Golubchyk escribió: Here is the main anti-patent site with many links and background In Spain we call it pro-innovation (http://proinnova.hispalinux.es) instead. I think it sounds much more positive,

Re: [gentoo-user] promise ultra33 pci card and cdrom

2003-08-30 Thread Felix Leimbach
On 29 Aug 2003 22:18:52 +0800 William Kenworthy [EMAIL PROTECTED] wrote: Is there an alternative way to turm dma on, and any other features of the ultra33 besides hdparm? I read the answer sometime ago in the forums, but I'm not sure if I recall corectly, anyways: You can change the settings

[gentoo-user] one-page-only search

2003-08-30 Thread Jorge Almeida
I just searched the forums for kde. It returned 232 pages, which is understandable. When I try to go to the next page (clicking Next or 2), I only get an unsuccessful search page (the one saying No topics or posts met your search criteria)! This doesn't happen with other keywords (e.g. ATI). ??

Re: [gentoo-user] Switching to and from Dvorak keymap?

2003-08-30 Thread Owen Ford
On Fri, 2003-08-29 at 22:23, Adam Scriven wrote: Hey all. I've been thinking recently about the Dvorak keyboard layout, and I thought I'd set it up to test on my system. I'm not sure, however, to go about doing that exactly. Are there any FM's I should R? I'd prefer, at least for now,

Re: [gentoo-user] Switching to and from Dvorak keymap?

2003-08-30 Thread Owen Ford
On Fri, 2003-08-29 at 22:23, Adam Scriven wrote: Hey all. I've been thinking recently about the Dvorak keyboard layout, and I thought I'd set it up to test on my system. I'm not sure, however, to go about doing that exactly. Are there any FM's I should R? I'd prefer, at least for now,

Re: [gentoo-user] kspell with kmail?

2003-08-30 Thread Peter Ruskin
On Saturday 30 Aug 2003 07:11, Kurt V. Hindenburg wrote: I'm running kde 3.1.3; I don't have a 'Tools - Spelling' in kmail. I also didn't have have it in 3.1.2 Yes you do/did. Spelling is only available in KMail's Compose window, so do Messages - New Message first. Peter --

Re: [gentoo-user] protest?

2003-08-30 Thread Azhdeen
On Saturday 30 August 2003 04:08, Chris I wrote: It does mainly hurt people using OSS, but hopefully those people will get up and write their representatives, stage a rally, riot, or something to tell the government that this isnt okay. it won't hust only OSS people, it would hurt even

Re: [gentoo-user] kde compile error

2003-08-30 Thread Peter Ruskin
On Friday 29 Aug 2003 23:28, Larry Wright wrote: Some time ago, I did an emerge -u world and gcc was updated to the current version - 3.2.3-r1. Since then, I have compiled and emerged many things, but I cannot compile anything kde-ish. I haved tried kdevelop from CVS, which I had compiled

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Spider
begin quote On Sat, 30 Aug 2003 14:20:33 +0900 Jason Stubbs [EMAIL PROTECTED] wrote: On Saturday 30 August 2003 10:08, Spider wrote: try something like :0 * ^X-Spam-Status: No { :0 c : | my-bash-script | :0 storage } This works perfectly. Thanks! Now to

Re: [gentoo-user] protest?

2003-08-30 Thread Renat Golubchyk
On Saturday 30 August 2003 11:29, Xabier Ochotorena wrote: El Sábado, 30 de Agosto de 2003 00:50, Renat Golubchyk escribió: Here is the main anti-patent site with many links and background In Spain we call it pro-innovation (http://proinnova.hispalinux.es) instead. I think it sounds much

[gentoo-user] Re: Switching to and from Dvorak keymap?

2003-08-30 Thread Sascha Ldecke
Heya all! [EMAIL PROTECTED] (Andrew Farmer) writes: At 29 August, 2003 Adam Scriven wrote: Hey all. I've been thinking recently about the Dvorak keyboard layout, and I thought I'd set it up to test on my system. [...] Well, as long as you use X for most of your work, you could look

[gentoo-user] Can't emerge snort - maybe missing dependency

2003-08-30 Thread Rumen Yotov
Hi all, I'm using Gentoo for a couple of days, like it very much, that's my first source-based distro. Tried to emerge snort and it gave me an error, saying 'missing libnet.h' ... but doesn't began to emerge 'libnet'. So I emerged libnet myself, but the error was still there. Then remembered

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread Norberto BENSA
Larry Augschöll wrote: try this: rc-update add vmware default this should load the vmware modules at start up H 02:47:13 up 3 days, 2:39, 1 user, load average: 0.00, 0.14, 0.45 ^ Does that tell you something? Like I don't restart that often? :-) Anyway. I _know_

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread Panard
Le Samedi 30 Août 2003 11:11, Norberto BENSA a écrit : Larry Augschöll wrote: try this: rc-update add vmware default this should load the vmware modules at start up H 02:47:13 up 3 days, 2:39, 1 user, load average: 0.00, 0.14, 0.45 ^ Does that tell

Re: [gentoo-user] Elfutils prelink error

2003-08-30 Thread Florian Huber
Hello Dmitry, On Sat, 30 Aug 2003 12:27:40 +0400 Dmitry Suzdalev [EMAIL PROTECTED] wrote: Hello gentooers! I wasn't able to find this bug in bugzilla (maybe my /dev/hands aren't working). I've just synced end emerge updated my elfutils package. Now it can't compile new version of prelink.

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 19:48, Spider wrote: begin quote On Sat, 30 Aug 2003 14:20:33 +0900 Jason Stubbs [EMAIL PROTECTED] wrote: On Saturday 30 August 2003 10:08, Spider wrote: try something like :0 * ^X-Spam-Status: No { :0 c : | my-bash-script | :0

Re: [gentoo-user] Elfutils prelink error

2003-08-30 Thread Dmitry Suzdalev
On Saturday 30 August 2003 15:46, Florian Huber wrote: http://bugs.gentoo.org/show_bug.cgi?id=27440 You need to update the binutils (See comments). HTH Florian Huber Thanks Florian! -- WinErr: 678 This was the last level in Windows. Do you want to play another game? -- [EMAIL

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Spider
begin quote On Sat, 30 Aug 2003 21:01:57 +0900 Jason Stubbs [EMAIL PROTECTED] wrote: BTW is there any tool I can use to extract plain text body of a message? Well, there is an interesting snippet in the end of man procmailex that might apply here (includes mimencode to strip mime data and

[gentoo-user] xine sticks when playing DVD

2003-08-30 Thread Patrick Marquetecken
Hi, when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) every 2 sec's. I have tried to decrease the buffer but it still happens. Wat can i do play it non-stop ? TIA Patrick -- Do you know what a Vulcan mind meld is? -- Tuvok It's that thing where you grab

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Jason Stubbs
On Saturday 30 August 2003 21:34, Spider wrote: Although all this is pretty esoteric scripting, and nothing I've ever done so Hehehe, am I trying to use a swiss-army knife to build a house? ;-) The only problem I have now is the whitespace problem that I just outlined in another message.

Re: [gentoo-user] basic Gentoo CD doesn't boot

2003-08-30 Thread Andrew Gaffney
Well, I do! :) Is there something more terrible then a dialup connection? Absolutely! A 28.8 kbps dial-up connection! :) -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] xine sticks when playing DVD

2003-08-30 Thread Andrew Gaffney
Patrick Marquetecken wrote: when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) every 2 sec's. I have tried to decrease the buffer but it still happens. Wat can i do play it non-stop ? What kind of hardware do you have (processor, RAM, etc.)? Are you compiling

[gentoo-user] Problem with portage

2003-08-30 Thread Ole Kristian Tørresen
I'm having a problem with portage. When I try to emerge -u world I get this error: bash-2.05b# emerge -u world Calculating world dependencies Traceback (most recent call last): File /usr/bin/emerge, line 2022, in ? if not mydepgraph.xcreate(myaction): File /usr/bin/emerge, line 926, in

Re: [gentoo-user] kde compile error

2003-08-30 Thread Larry Wright
On Saturday 30 August 2003 05:23 am, Peter Ruskin wrote: On Friday 29 Aug 2003 23:28, Larry Wright wrote: Some time ago, I did an emerge -u world and gcc was updated to the current version - 3.2.3-r1. Since then, I have compiled and emerged many things, but I cannot compile anything

Re: [gentoo-user] kspell with kmail?

2003-08-30 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 30 August 2003 05:04 am, Peter Ruskin scribed: | On Saturday 30 Aug 2003 07:11, Kurt V. Hindenburg wrote: | I'm running kde 3.1.3; I don't have a 'Tools - Spelling' in | kmail. I also didn't have have it in 3.1.2 | | Yes you do/did.

Re: [gentoo-user] emerge failure

2003-08-30 Thread Collins Richey
On Sat, 30 Aug 2003 14:54:03 +0200 Marius Mauch [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003 20:53:58 -0500 Jason Rogers [EMAIL PROTECTED] wrote: I am not a C guy, so I don't even know where to begin to find out why this is failing, thus my email. Can someone enlighten me about how to

Re: [gentoo-user] emerge failure

2003-08-30 Thread Marius Mauch
On Sat, 30 Aug 2003 09:19:31 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sat, 30 Aug 2003 14:54:03 +0200 Marius Mauch [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003 20:53:58 -0500 Jason Rogers [EMAIL PROTECTED] wrote: I am not a C guy, so I don't even know where to begin to find

[gentoo-user] sound card problem

2003-08-30 Thread Jorge Almeida
I'm having this sound card related problem: I cannot record (nor simply hear) stereo sound from line in; one of the headphones appears almost mute. The card is an Ensoniq 5880 (driver es1371), supposed to be a 16 bit card. I would need to know whether this is supposed to be like this (meaning:

Re: [gentoo-user] do I need mplaier?

2003-08-30 Thread gabriel
On August 29, 2003 02:09 am, Alberto Bert wrote: as I know, I need to install mplayer in order to listen the music in some sites, but do I really need it? I already have xmms and I don't want to fill my box with programs that I'll (almost) never use. Furthermore mplayer brings a lot of other

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Marshal Newrock
On Sat, 30 Aug 2003, Jason Stubbs wrote: I've found that formail is capable of doing that too. This, however, has brought another problem. I've taken the grep line out of the loop and read the entire message into a variable as follows: message= while read msg_line do

[gentoo-user] apache.org and software patents

2003-08-30 Thread gabriel
has anyone been to http://www.apache.org lately? i've done the same for my sites and i would suggest that everyone on this list do the same (including www.gentoo.org. -- it could probably be shown by facts and figures that there is no distinctly native american criminal class except

Re: [gentoo-user] imap-pop3 not working

2003-08-30 Thread Marshal Newrock
On Sat, 30 Aug 2003, Daniel Guerrero wrote: hi fellows, I read the document of virtual mail (or something like that... sorry I don't remember the name), and I made all the steps and again, because is not working; maybe I'm a little confused, but postfix it's working good, I'm receiving mails

Re: [gentoo-user] xine sticks when playing DVD

2003-08-30 Thread Patrick Marquetecken
On Sat, 30 Aug 2003 09:39:33 -0500 Andrew Gaffney [EMAIL PROTECTED] wrote: Patrick Marquetecken wrote: when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) every 2 sec's. I have tried to decrease the buffer but it still happens. Wat can i do play it non-stop

Re: [gentoo-user] kde compile error

2003-08-30 Thread Peter Ruskin
On Saturday 30 Aug 2003 15:45, Larry Wright wrote: On Saturday 30 August 2003 05:23 am, Peter Ruskin wrote: On Friday 29 Aug 2003 23:28, Larry Wright wrote: snip libtool: link: cannot find the library `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la' emerge lib-compat Well,

[gentoo-user] ACCESS VIOLATION ?

2003-08-30 Thread Ernie Schroder
# emerge -u sane-backends The build fails and ends with the below. What just happened here? make[1]: Leaving directory `/var/tmp/portage/sane-backends-1.0.12-r1/work/sane-backends-1.0.12/doc' making all in po make[1]: Entering directory

[gentoo-user] psnup not working

2003-08-30 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Print normal .ps files works fine, but when using psnup all I get is black lines all down the page. Any ideas? - -- ^^^ Kurt There is no good nor evil, just power. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux)

[gentoo-user] Adding a disk to a mirror

2003-08-30 Thread Jason Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I built a system with the intention of mirroring all of the drives. To that end I built on a md 0,1,2 device, but I defined it to have just one drive. Now its time for me to add the mirror, but I can't figure out hot to add a disk w/o

Re: [gentoo-user] vmware wtf!???

2003-08-30 Thread Norberto BENSA
Panard wrote: /etc/init.d/vmware start Oh please. Read the whole message :-/ Thanks, Norberto pgp0.pgp Description: signature

Re: [gentoo-user] xine sticks when playing DVD

2003-08-30 Thread Andrew Gaffney
Patrick Marquetecken wrote: On Sat, 30 Aug 2003 09:39:33 -0500 Andrew Gaffney [EMAIL PROTECTED] wrote: Patrick Marquetecken wrote: when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) every 2 sec's. I have tried to decrease the buffer but it still happens. Wat can i

Re: [gentoo-user] xine sticks when playing DVD

2003-08-30 Thread Hemmann, Volker Armin
On Saturday 30 August 2003 12:26, Patrick Marquetecken wrote: Hi, when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) every 2 sec's. I have tried to decrease the buffer but it still happens. Wat can i do play it non-stop ? sounds like dma is missing on your

[no subject]

2003-08-30 Thread Al Raq
Hello world: 2003, Year of Hope !!! Subject: [gentoo-user] [OT]: chkrootkit output !!! Hi all, Can anyone here help me to understand why I got this after running chkrootkit: ... Checking `env'... INFECTED ... Many thanks, Al Raq -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Procmail and mail notification

2003-08-30 Thread Jason Stubbs
On Sunday 31 August 2003 02:31, Marshal Newrock wrote: On Sat, 30 Aug 2003, Jason Stubbs wrote: I've found that formail is capable of doing that too. This, however, has brought another problem. I've taken the grep line out of the loop and read the entire message into a variable as follows: